Shades of Havana #352F30
Tints of Havana #352F30
RGB
CMYK
RGB Variations
Color information
#352F30 (or 0x352F30) is known color: Havana. HEX triplet: 35, 2F and 30. RGB value is (53,47,48). Sum of RGB (Red+Green+Blue) = 53+47+48=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #352F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F30 is #CAD0CF. Grayscale: #303030. Windows color (decimal): -13291728 or 3157813. OLE color: 3157813.
HSL color Cylindrical-coordinate representation of color #352F30: hue angle of 350º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #352F30 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 48 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.79 |
| HSL | 350º | 0.06% | 0.2% | - |
| HSV(B) | 350º | 0.11% | 0.21% | - |
| XYZ | 3.02 | 3 | 3.22 | - |
| YUV | 48.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 48 | 0 | 0.11 | 0.09 | 0.79 | 350 | 0.06 | 0.2 |
| Hex | 35 | 2F | 30 | 0 | B | 9 | 4F | 15E | 6 | 14 |
| Octal | 65 | 57 | 60 | 0 | 13 | 11 | 117 | 536 | 6 | 24 |
| Binary | 110101 | 101111 | 110000 | 0 | 1011 | 1001 | 1001111 | 101011110 | 110 | 10100 |
Color Harmonies of #352F30
Complementary color
Monochromatic Colors of #352F30
Black with #352F30
Text Example
Text Example
White with #352F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F30; }
p { color: rgb(53,47,48); }
H1.HeaderClassName
{
color: #352F30;
}
.AnyTagClassName
{
color: #352F30;
}
</style>
background-color css
<style>
a { background-color: #352F30; }
a { background-color: rgb(53,47,48); }
div.DivClassName
{
background-color: #352F30;
}
.BgClassName
{
background-color: #352F30;
}
</style>
border-color css
<style>
span { border-color: #352F30; }
span { border-color: rgb(53,47,48); }
td.TdClassName
{
border-color: #352F30;
}
.TagClassName
{
border-color: #352F30;
}
</style>