Html Css Color HEX #372F30 Havana

📋 copy color: '#372F30'

red 55 ◦ green 47 ◦ blue 48

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

Shades of Havana #372F30

Tints of Havana #372F30

RGB

 RED value IS 55 (21.88% from 255) = 36.67%

 GREEN value IS 47 (18.75% from 255) = 31.33%

 BLUE value IS 48 (19.14% from 255) = 32%

R = 36.67%
G = 31.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#372F30 (or 0x372F30) is known color: Havana. HEX triplet: 37, 2F and 30. RGB value is (55,47,48). Sum of RGB (Red+Green+Blue) = 55+47+48=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 55 - color contains mainly: red. Hex color #372F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F30 is #C8D0CF. Grayscale: #313131. Windows color (decimal): -13160656 or 3157815. OLE color: 3157815.

HSL color Cylindrical-coordinate representation of color #372F30: hue angle of 352.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #372F30 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 47 48 -
CMYK 0 0.15 0.13 0.78
HSL 352.5º 0.08% 0.2% -
HSV(B) 352.5º 0.15% 0.22% -
XYZ 3.13 3.06 3.22 -
YUV 49.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 55 47 48 0 0.15 0.13 0.78 352.5 0.08 0.2
Hex 37 2F 30 0 F D 4E 160 8 14
Octal 67 57 60 0 17 15 116 540 10 24
Binary 110111 101111 110000 0 1111 1101 1001110 101100000 1000 10100

Color Harmonies of #372F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F30

Black with #372F30

Text Example


Text Example

White with #372F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372F30; }

 p { color: rgb(55,47,48); }

 H1.HeaderClassName
 {
   color: #372F30;
 }
 .AnyTagClassName
 {
   color: #372F30;
 }
</style>

background-color css

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

 a { background-color: rgb(55,47,48); }

 div.DivClassName
 {
   background-color: #372F30;
 }
 .BgClassName
 {
   background-color: #372F30;
 }
</style>

border-color css

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

 span { border-color: rgb(55,47,48); }

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