Shades of Havana #372C2D
Tints of Havana #372C2D
RGB
CMYK
RGB Variations
Color information
#372C2D (or 0x372C2D) is known color: Havana. HEX triplet: 37, 2C and 2D. RGB value is (55,44,45). Sum of RGB (Red+Green+Blue) = 55+44+45=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #372C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C2D is #C8D3D2. Grayscale: #2F2F2F. Windows color (decimal): -13161427 or 2960439. OLE color: 2960439.
HSL color Cylindrical-coordinate representation of color #372C2D: hue angle of 354.55º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #372C2D is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
RGB | 55 | 44 | 45 | - |
CMYK | 0 | 0.2 | 0.18 | 0.78 |
HSL | 354.55º | 0.11% | 0.19% | - |
HSV(B) | 354.55º | 0.2% | 0.22% | - |
XYZ | 2.95 | 2.8 | 2.87 | - |
YUV | 47.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 44 | 45 | 0 | 0.2 | 0.18 | 0.78 | 354.55 | 0.11 | 0.19 |
Hex | 37 | 2C | 2D | 0 | 14 | 12 | 4E | 163 | B | 13 |
Octal | 67 | 54 | 55 | 0 | 24 | 22 | 116 | 543 | 13 | 23 |
Binary | 110111 | 101100 | 101101 | 0 | 10100 | 10010 | 1001110 | 101100011 | 1011 | 10011 |
Color Harmonies of #372C2D
Complementary color
Monochromatic Colors of #372C2D
Black with #372C2D
Text Example
Text Example
White with #372C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C2D; }
p { color: rgb(55,44,45); }
H1.HeaderClassName
{
color: #372C2D;
}
.AnyTagClassName
{
color: #372C2D;
}
</style>
background-color css
<style>
a { background-color: #372C2D; }
a { background-color: rgb(55,44,45); }
div.DivClassName
{
background-color: #372C2D;
}
.BgClassName
{
background-color: #372C2D;
}
</style>
border-color css
<style>
span { border-color: #372C2D; }
span { border-color: rgb(55,44,45); }
td.TdClassName
{
border-color: #372C2D;
}
.TagClassName
{
border-color: #372C2D;
}
</style>