#31011B

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

Shades of Blackberry #31011B

Tints of Blackberry #31011B

Color information

#31011B (or 0x31011B) is unknown color: approx Blackberry. HEX triplet: 31, 01 and 1B. RGB value is (49,1,27). Sum of RGB (Red+Green+Blue) = 49+1+27=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #31011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31011B is #CEFEE4. Grayscale: #121212. Windows color (decimal): -13565669 or 1769777. OLE color: 1769777.

HSL color Cylindrical-coordinate representation of color #31011B: hue angle of 327.5º 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 #31011B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB49127-
CMYK00.980.450.81
HSL327.5º96%9.8%-
HSV(B)327.5º97.96%19.22%-
XYZ1.480.751.1-
YUV18.32132.9149.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=63.64%
G=1.30%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4912700.980.450.81327.5969.8
Hex3111B0622D5114860a
Octal6113301425512151014012
Binary11000111101101100010101101101000110100100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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