Shades of Havana #3A2F30
Tints of Havana #3A2F30
RGB
CMYK
RGB Variations
Color information
#3A2F30 (or 0x3A2F30) is known color: Havana. HEX triplet: 3A, 2F and 30. RGB value is (58,47,48). Sum of RGB (Red+Green+Blue) = 58+47+48=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F30 is #C5D0CF. Grayscale: #323232. Windows color (decimal): -12964048 or 3157818. OLE color: 3157818.
HSL color Cylindrical-coordinate representation of color #3A2F30: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A2F30 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 47 | 48 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.77 |
| HSL | 354.55º | 0.1% | 0.21% | - |
| HSV(B) | 354.55º | 0.19% | 0.23% | - |
| XYZ | 3.29 | 3.15 | 3.23 | - |
| YUV | 50.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 48 | 0 | 0.19 | 0.17 | 0.77 | 354.55 | 0.1 | 0.21 |
| Hex | 3A | 2F | 30 | 0 | 13 | 11 | 4D | 163 | A | 15 |
| Octal | 72 | 57 | 60 | 0 | 23 | 21 | 115 | 543 | 12 | 25 |
| Binary | 111010 | 101111 | 110000 | 0 | 10011 | 10001 | 1001101 | 101100011 | 1010 | 10101 |
Color Harmonies of #3A2F30
Complementary color
Monochromatic Colors of #3A2F30
Black with #3A2F30
Text Example
Text Example
White with #3A2F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F30; }
p { color: rgb(58,47,48); }
H1.HeaderClassName
{
color: #3A2F30;
}
.AnyTagClassName
{
color: #3A2F30;
}
</style>
background-color css
<style>
a { background-color: #3A2F30; }
a { background-color: rgb(58,47,48); }
div.DivClassName
{
background-color: #3A2F30;
}
.BgClassName
{
background-color: #3A2F30;
}
</style>
border-color css
<style>
span { border-color: #3A2F30; }
span { border-color: rgb(58,47,48); }
td.TdClassName
{
border-color: #3A2F30;
}
.TagClassName
{
border-color: #3A2F30;
}
</style>