#31011D

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

Shades of Blackberry #31011D

Tints of Blackberry #31011D

Color information

#31011D (or 0x31011D) is unknown color: approx Blackberry. HEX triplet: 31, 01 and 1D. RGB value is (49,1,29). Sum of RGB (Red+Green+Blue) = 49+1+29=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31011D is #CEFEE2. Grayscale: #121212. Windows color (decimal): -13565667 or 1900849. OLE color: 1900849.

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

Color convert

RGB49129-
CMYK00.980.410.81
HSL325º96%9.8%-
HSV(B)325º97.96%19.22%-
XYZ1.50.761.23-
YUV18.54133.9149.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=62.03%
G=1.27%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4912900.980.410.81325969.8
Hex3111D062295114560a
Octal6113501425112150514012
Binary11000111110101100010101001101000110100010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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