#31081D

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

Shades of Blackberry #31081D

Tints of Blackberry #31081D

Color information

#31081D (or 0x31081D) is unknown color: approx Blackberry. HEX triplet: 31, 08 and 1D. RGB value is (49,8,29). Sum of RGB (Red+Green+Blue) = 49+8+29=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #31081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31081D is #CEF7E2. Grayscale: #161616. Windows color (decimal): -13563875 or 1902641. OLE color: 1902641.

HSL color Cylindrical-coordinate representation of color #31081D: hue angle of 329.27º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31081D is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB49829-
CMYK00.840.410.81
HSL329.27º71.93%11.18%-
HSV(B)329.27º83.67%19.22%-
XYZ1.580.921.26-
YUV22.65131.58146.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.98%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=56.98%
G=9.30%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4982900.840.410.81329.2771.9311.18
Hex3181D054295114948b
Octal61103501245112151111013
Binary11000110001110101010100101001101000110100100110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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