#31081E

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

Shades of Blackberry #31081E

Tints of Blackberry #31081E

Color information

#31081E (or 0x31081E) is unknown color: approx Blackberry. HEX triplet: 31, 08 and 1E. RGB value is (49,8,30). Sum of RGB (Red+Green+Blue) = 49+8+30=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #31081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31081E is #CEF7E1. Grayscale: #161616. Windows color (decimal): -13563874 or 1968177. OLE color: 1968177.

HSL color Cylindrical-coordinate representation of color #31081E: hue angle of 327.8º 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 #31081E is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB49830-
CMYK00.840.390.81
HSL327.8º71.93%11.18%-
HSV(B)327.8º83.67%19.22%-
XYZ1.590.921.32-
YUV22.77132.08146.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 8 (3.52% from 255) = 9.20%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=56.32%
G=9.20%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4983000.840.390.81327.871.9311.18
Hex3181E054275114848b
Octal61103601244712151011013
Binary11000110001111001010100100111101000110100100010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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