#370E20

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

Shades of Blackberry #370E20

Tints of Blackberry #370E20

Color information

#370E20 (or 0x370E20) is unknown color: approx Blackberry. HEX triplet: 37, 0E and 20. RGB value is (55,14,32). Sum of RGB (Red+Green+Blue) = 55+14+32=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #370E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E20 is #C8F1DF. Grayscale: #1C1C1C. Windows color (decimal): -13169120 or 2100791. OLE color: 2100791.

HSL color Cylindrical-coordinate representation of color #370E20: hue angle of 333.66º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E20 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB551432-
CMYK00.750.420.78
HSL333.66º59.42%13.53%-
HSV(B)333.66º74.55%21.57%-
XYZ1.991.231.5-
YUV28.31130.08147.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 54.46%
GREEN value IS 14 (5.86% from 255) = 13.86%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=54.46%
G=13.86%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55143200.750.420.78333.6659.4213.53
Hex37E2004B2A4E14e3be
Octal6716400113521165167316
Binary11011111101000000100101110101010011101010011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370E20; }

 p { color: rgb(55,14,32); }

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

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

 a { background-color: rgb(55,14,32); }

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

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

 span { border-color: rgb(55,14,32); }

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