Html Css Color HEX #372E2F Havana

📋 copy color: '#372E2F'

red 55 ◦ green 46 ◦ blue 47

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

Shades of Havana #372E2F

Tints of Havana #372E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.08%

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 37.16%
G = 31.08%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#372E2F (or 0x372E2F) is known color: Havana. HEX triplet: 37, 2E and 2F. RGB value is (55,46,47). Sum of RGB (Red+Green+Blue) = 55+46+47=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #372E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E2F is #C8D1D0. Grayscale: #303030. Windows color (decimal): -13160913 or 3092023. OLE color: 3092023.

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

Color convert

RGB 55 46 47 -
CMYK 0 0.16 0.15 0.78
HSL 353.33º 0.09% 0.2% -
HSV(B) 353.33º 0.16% 0.22% -
XYZ 3.07 2.97 3.1 -
YUV 48.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 55 46 47 0 0.16 0.15 0.78 353.33 0.09 0.2
Hex 37 2E 2F 0 10 F 4E 161 9 14
Octal 67 56 57 0 20 17 116 541 11 24
Binary 110111 101110 101111 0 10000 1111 1001110 101100001 1001 10100

Color Harmonies of #372E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E2F

Black with #372E2F

Text Example


Text Example

White with #372E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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