Html Css Color HEX #370E20 Blackberry

📋 copy color: '#370E20'

red 55 ◦ green 14 ◦ blue 32

#370E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #370E20

Tints of Blackberry #370E20

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 value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#370E20 (or 0x370E20) is known color: 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

RGB 55 14 32 -
CMYK 0 0.75 0.42 0.78
HSL 333.66º 0.59% 0.14% -
HSV(B) 333.66º 0.75% 0.22% -
XYZ 1.99 1.23 1.5 -
YUV 28.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 55 14 32 0 0.75 0.42 0.78 333.66 0.59 0.14
Hex 37 E 20 0 4B 2A 4E 14E 3B E
Octal 67 16 40 0 113 52 116 516 73 16
Binary 110111 1110 100000 0 1001011 101010 1001110 101001110 111011 1110

Color Harmonies of #370E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E20

Black with #370E20

Text Example


Text Example

White with #370E20

Text Example


Text Example

HTML Codes & Css Web 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>