Shades of Havana #3C292B
Tints of Havana #3C292B
RGB
CMYK
RGB Variations
Color information
#3C292B (or 0x3C292B) is known color: Havana. HEX triplet: 3C, 29 and 2B. RGB value is (60,41,43). Sum of RGB (Red+Green+Blue) = 60+41+43=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C292B is #C3D6D4. Grayscale: #2E2E2E. Windows color (decimal): -12834517 or 2828604. OLE color: 2828604.
HSL color Cylindrical-coordinate representation of color #3C292B: hue angle of 353.68º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C292B is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 41 | 43 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.76 |
| HSL | 353.68º | 0.19% | 0.2% | - |
| HSV(B) | 353.68º | 0.32% | 0.24% | - |
| XYZ | 3.09 | 2.72 | 2.65 | - |
| YUV | 46.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 43 | 0 | 0.32 | 0.28 | 0.76 | 353.68 | 0.19 | 0.2 |
| Hex | 3C | 29 | 2B | 0 | 20 | 1C | 4C | 162 | 13 | 14 |
| Octal | 74 | 51 | 53 | 0 | 40 | 34 | 114 | 542 | 23 | 24 |
| Binary | 111100 | 101001 | 101011 | 0 | 100000 | 11100 | 1001100 | 101100010 | 10011 | 10100 |
Color Harmonies of #3C292B
Complementary color
Monochromatic Colors of #3C292B
Black with #3C292B
Text Example
Text Example
White with #3C292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C292B; }
p { color: rgb(60,41,43); }
H1.HeaderClassName
{
color: #3C292B;
}
.AnyTagClassName
{
color: #3C292B;
}
</style>
background-color css
<style>
a { background-color: #3C292B; }
a { background-color: rgb(60,41,43); }
div.DivClassName
{
background-color: #3C292B;
}
.BgClassName
{
background-color: #3C292B;
}
</style>
border-color css
<style>
span { border-color: #3C292B; }
span { border-color: rgb(60,41,43); }
td.TdClassName
{
border-color: #3C292B;
}
.TagClassName
{
border-color: #3C292B;
}
</style>