#310A26

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

Shades of Blackberry #310A26

Tints of Blackberry #310A26

Color information

#310A26 (or 0x310A26) is unknown color: approx Blackberry. HEX triplet: 31, 0A and 26. RGB value is (49,10,38). Sum of RGB (Red+Green+Blue) = 49+10+38=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #310A26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A26 is #CEF5D9. Grayscale: #181818. Windows color (decimal): -13563354 or 2492977. OLE color: 2492977.

HSL color Cylindrical-coordinate representation of color #310A26: hue angle of 316.92º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A26 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB491038-
CMYK00.800.220.81
HSL316.92º66.1%11.57%-
HSV(B)316.92º79.59%19.22%-
XYZ1.731.011.94-
YUV24.85135.42145.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 38 (15.23% from 255) = 39.18%
R=50.52%
G=10.31%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49103800.800.220.81316.9266.111.57
Hex31A26050165113d42c
Octal61124601202612147510214
Binary11000110101001100101000010110101000110011110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A26; }

 p { color: rgb(49,10,38); }

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

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

 a { background-color: rgb(49,10,38); }

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

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

 span { border-color: rgb(49,10,38); }

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