#31091E

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

Shades of Blackberry #31091E

Tints of Blackberry #31091E

Color information

#31091E (or 0x31091E) is unknown color: approx Blackberry. HEX triplet: 31, 09 and 1E. RGB value is (49,9,30). Sum of RGB (Red+Green+Blue) = 49+9+30=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #31091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31091E is #CEF6E1. Grayscale: #171717. Windows color (decimal): -13563618 or 1968433. OLE color: 1968433.

HSL color Cylindrical-coordinate representation of color #31091E: hue angle of 328.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31091E is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB49930-
CMYK00.820.390.81
HSL328.5º68.97%11.37%-
HSV(B)328.5º81.63%19.22%-
XYZ1.60.941.33-
YUV23.35131.75146.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=55.68%
G=10.23%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4993000.820.390.81328.568.9711.37
Hex3191E052275114845b
Octal61113601224712151010513
Binary11000110011111001010010100111101000110100100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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