#31111E

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

Shades of Blackberry #31111E

Tints of Blackberry #31111E

Color information

#31111E (or 0x31111E) is unknown color: approx Blackberry. HEX triplet: 31, 11 and 1E. RGB value is (49,17,30). Sum of RGB (Red+Green+Blue) = 49+17+30=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31111E is #CEEEE1. Grayscale: #1C1C1C. Windows color (decimal): -13561570 or 1970481. OLE color: 1970481.

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

Color convert

RGB491730-
CMYK00.650.390.81
HSL335.62º48.48%12.94%-
HSV(B)335.62º65.31%19.22%-
XYZ1.71.151.36-
YUV28.05129.1142.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 30 (12.11% from 255) = 31.25%
R=51.04%
G=17.71%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49173000.650.390.81335.6248.4812.94
Hex31111E041275115030d
Octal6121360101471215206015
Binary11000110001111100100000110011110100011010100001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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