#31011C

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

Shades of Blackberry #31011C

Tints of Blackberry #31011C

Color information

#31011C (or 0x31011C) is unknown color: approx Blackberry. HEX triplet: 31, 01 and 1C. RGB value is (49,1,28). Sum of RGB (Red+Green+Blue) = 49+1+28=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31011C is #CEFEE3. Grayscale: #121212. Windows color (decimal): -13565668 or 1835313. OLE color: 1835313.

HSL color Cylindrical-coordinate representation of color #31011C: hue angle of 326.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31011C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB49128-
CMYK00.980.430.81
HSL326.25º96%9.8%-
HSV(B)326.25º97.96%19.22%-
XYZ1.490.761.17-
YUV18.43133.4149.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=62.82%
G=1.28%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4912800.980.430.81326.25969.8
Hex3111C0622B5114660a
Octal6113401425312150614012
Binary11000111110001100010101011101000110100011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31011C; }

 p { color: rgb(49,1,28); }

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

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

 a { background-color: rgb(49,1,28); }

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

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

 span { border-color: rgb(49,1,28); }

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