Shades of Havana #352C2D
Tints of Havana #352C2D
RGB
CMYK
RGB Variations
Color information
#352C2D (or 0x352C2D) is known color: Havana. HEX triplet: 35, 2C and 2D. RGB value is (53,44,45). Sum of RGB (Red+Green+Blue) = 53+44+45=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #352C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C2D is #CAD3D2. Grayscale: #2E2E2E. Windows color (decimal): -13292499 or 2960437. OLE color: 2960437.
HSL color Cylindrical-coordinate representation of color #352C2D: hue angle of 353.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #352C2D is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
RGB | 53 | 44 | 45 | - |
CMYK | 0 | 0.17 | 0.15 | 0.79 |
HSL | 353.33º | 0.09% | 0.19% | - |
HSV(B) | 353.33º | 0.17% | 0.21% | - |
XYZ | 2.84 | 2.75 | 2.86 | - |
YUV | 46.81 | 126.98 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 44 | 45 | 0 | 0.17 | 0.15 | 0.79 | 353.33 | 0.09 | 0.19 |
Hex | 35 | 2C | 2D | 0 | 11 | F | 4F | 161 | 9 | 13 |
Octal | 65 | 54 | 55 | 0 | 21 | 17 | 117 | 541 | 11 | 23 |
Binary | 110101 | 101100 | 101101 | 0 | 10001 | 1111 | 1001111 | 101100001 | 1001 | 10011 |
Color Harmonies of #352C2D
Complementary color
Monochromatic Colors of #352C2D
Black with #352C2D
Text Example
Text Example
White with #352C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C2D; }
p { color: rgb(53,44,45); }
H1.HeaderClassName
{
color: #352C2D;
}
.AnyTagClassName
{
color: #352C2D;
}
</style>
background-color css
<style>
a { background-color: #352C2D; }
a { background-color: rgb(53,44,45); }
div.DivClassName
{
background-color: #352C2D;
}
.BgClassName
{
background-color: #352C2D;
}
</style>
border-color css
<style>
span { border-color: #352C2D; }
span { border-color: rgb(53,44,45); }
td.TdClassName
{
border-color: #352C2D;
}
.TagClassName
{
border-color: #352C2D;
}
</style>