Shades of Havana #392B2D
Tints of Havana #392B2D
RGB
CMYK
RGB Variations
Color information
#392B2D (or 0x392B2D) is known color: Havana. HEX triplet: 39, 2B and 2D. RGB value is (57,43,45). Sum of RGB (Red+Green+Blue) = 57+43+45=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 57 - color contains mainly: red. Hex color #392B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B2D is #C6D4D2. Grayscale: #2F2F2F. Windows color (decimal): -13030611 or 2960185. OLE color: 2960185.
HSL color Cylindrical-coordinate representation of color #392B2D: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392B2D is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 43 | 45 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.78 |
| HSL | 351.43º | 0.14% | 0.2% | - |
| HSV(B) | 351.43º | 0.25% | 0.22% | - |
| XYZ | 3.02 | 2.79 | 2.86 | - |
| YUV | 47.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 45 | 0 | 0.25 | 0.21 | 0.78 | 351.43 | 0.14 | 0.2 |
| Hex | 39 | 2B | 2D | 0 | 19 | 15 | 4E | 15F | E | 14 |
| Octal | 71 | 53 | 55 | 0 | 31 | 25 | 116 | 537 | 16 | 24 |
| Binary | 111001 | 101011 | 101101 | 0 | 11001 | 10101 | 1001110 | 101011111 | 1110 | 10100 |
Color Harmonies of #392B2D
Complementary color
Monochromatic Colors of #392B2D
Black with #392B2D
Text Example
Text Example
White with #392B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B2D; }
p { color: rgb(57,43,45); }
H1.HeaderClassName
{
color: #392B2D;
}
.AnyTagClassName
{
color: #392B2D;
}
</style>
background-color css
<style>
a { background-color: #392B2D; }
a { background-color: rgb(57,43,45); }
div.DivClassName
{
background-color: #392B2D;
}
.BgClassName
{
background-color: #392B2D;
}
</style>
border-color css
<style>
span { border-color: #392B2D; }
span { border-color: rgb(57,43,45); }
td.TdClassName
{
border-color: #392B2D;
}
.TagClassName
{
border-color: #392B2D;
}
</style>