Shades of Havana #393233
Tints of Havana #393233
RGB
CMYK
RGB Variations
Color information
#393233 (or 0x393233) is known color: Havana. HEX triplet: 39, 32 and 33. RGB value is (57,50,51). Sum of RGB (Red+Green+Blue) = 57+50+51=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #393233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393233 is #C6CDCC. Grayscale: #343434. Windows color (decimal): -13028813 or 3355193. OLE color: 3355193.
HSL color Cylindrical-coordinate representation of color #393233: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #393233 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 50 | 51 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.78 |
| HSL | 351.43º | 0.07% | 0.21% | - |
| HSV(B) | 351.43º | 0.12% | 0.22% | - |
| XYZ | 3.43 | 3.39 | 3.61 | - |
| YUV | 52.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 51 | 0 | 0.12 | 0.11 | 0.78 | 351.43 | 0.07 | 0.21 |
| Hex | 39 | 32 | 33 | 0 | C | B | 4E | 15F | 7 | 15 |
| Octal | 71 | 62 | 63 | 0 | 14 | 13 | 116 | 537 | 7 | 25 |
| Binary | 111001 | 110010 | 110011 | 0 | 1100 | 1011 | 1001110 | 101011111 | 111 | 10101 |
Color Harmonies of #393233
Complementary color
Monochromatic Colors of #393233
Black with #393233
Text Example
Text Example
White with #393233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393233; }
p { color: rgb(57,50,51); }
H1.HeaderClassName
{
color: #393233;
}
.AnyTagClassName
{
color: #393233;
}
</style>
background-color css
<style>
a { background-color: #393233; }
a { background-color: rgb(57,50,51); }
div.DivClassName
{
background-color: #393233;
}
.BgClassName
{
background-color: #393233;
}
</style>
border-color css
<style>
span { border-color: #393233; }
span { border-color: rgb(57,50,51); }
td.TdClassName
{
border-color: #393233;
}
.TagClassName
{
border-color: #393233;
}
</style>