#311420

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

Shades of Blackberry #311420

Tints of Blackberry #311420

Color information

#311420 (or 0x311420) is unknown color: approx Blackberry. HEX triplet: 31, 14 and 20. RGB value is (49,20,32). Sum of RGB (Red+Green+Blue) = 49+20+32=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311420 is #CEEBDF. Grayscale: #1E1E1E. Windows color (decimal): -13560800 or 2102321. OLE color: 2102321.

HSL color Cylindrical-coordinate representation of color #311420: hue angle of 335.17º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311420 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB492032-
CMYK00.590.350.81
HSL335.17º42.03%13.53%-
HSV(B)335.17º59.18%19.22%-
XYZ1.781.261.52-
YUV30.04129.11141.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=48.51%
G=19.80%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49203200.590.350.81335.1742.0313.53
Hex31142003B235114f2ae
Octal612440073431215175216
Binary11000110100100000011101110001110100011010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311420; }

 p { color: rgb(49,20,32); }

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

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

 a { background-color: rgb(49,20,32); }

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

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

 span { border-color: rgb(49,20,32); }

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