#311725

Color #311725 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #311725

Tints of Blackberry #311725

Color information

#311725 (or 0x311725) is unknown color: approx Blackberry. HEX triplet: 31, 17 and 25. RGB value is (49,23,37). Sum of RGB (Red+Green+Blue) = 49+23+37=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #311725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311725 is #CEE8DA. Grayscale: #202020. Windows color (decimal): -13560027 or 2430769. OLE color: 2430769.

HSL color Cylindrical-coordinate representation of color #311725: hue angle of 327.69º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #311725 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB492337-
CMYK00.530.240.81
HSL327.69º36.11%14.12%-
HSV(B)327.69º53.06%19.22%-
XYZ1.911.41.92-
YUV32.37130.61139.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=44.95%
G=21.10%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49233700.530.240.81327.6936.1114.12
Hex311725035185114824e
Octal612745065301215104416
Binary1100011011110010101101011100010100011010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311725; }

 p { color: rgb(49,23,37); }

 H1.HeaderClassName
 {
   color: #311725;
 }
 .AnyTagClassName
 {
   color: #311725;
 }
</style>
background-color css

<style>
 a { background-color: #311725; }

 a { background-color: rgb(49,23,37); }

 div.DivClassName
 {
   background-color: #311725;
 }
 .BgClassName
 {
   background-color: #311725;
 }
</style>
border-color css

<style>
 span { border-color: #311725; }

 span { border-color: rgb(49,23,37); }

 td.TdClassName
 {
   border-color: #311725;
 }
 .TagClassName
 {
   border-color: #311725;
 }
</style>