Shades of Havana #3C2A2C
Tints of Havana #3C2A2C
RGB
CMYK
RGB Variations
Color information
#3C2A2C (or 0x3C2A2C) is known color: Havana. HEX triplet: 3C, 2A and 2C. RGB value is (60,42,44). Sum of RGB (Red+Green+Blue) = 60+42+44=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2A2C is #C3D5D3. Grayscale: #2F2F2F. Windows color (decimal): -12834260 or 2894396. OLE color: 2894396.
HSL color Cylindrical-coordinate representation of color #3C2A2C: hue angle of 353.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C2A2C is Cyan = 0, Magento = 0.3, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 42 | 44 | - |
| CMYK | 0 | 0.3 | 0.27 | 0.76 |
| HSL | 353.33º | 0.18% | 0.2% | - |
| HSV(B) | 353.33º | 0.3% | 0.24% | - |
| XYZ | 3.15 | 2.8 | 2.76 | - |
| YUV | 47.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 44 | 0 | 0.3 | 0.27 | 0.76 | 353.33 | 0.18 | 0.2 |
| Hex | 3C | 2A | 2C | 0 | 1E | 1B | 4C | 161 | 12 | 14 |
| Octal | 74 | 52 | 54 | 0 | 36 | 33 | 114 | 541 | 22 | 24 |
| Binary | 111100 | 101010 | 101100 | 0 | 11110 | 11011 | 1001100 | 101100001 | 10010 | 10100 |
Color Harmonies of #3C2A2C
Complementary color
Monochromatic Colors of #3C2A2C
Black with #3C2A2C
Text Example
Text Example
White with #3C2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2A2C; }
p { color: rgb(60,42,44); }
H1.HeaderClassName
{
color: #3C2A2C;
}
.AnyTagClassName
{
color: #3C2A2C;
}
</style>
background-color css
<style>
a { background-color: #3C2A2C; }
a { background-color: rgb(60,42,44); }
div.DivClassName
{
background-color: #3C2A2C;
}
.BgClassName
{
background-color: #3C2A2C;
}
</style>
border-color css
<style>
span { border-color: #3C2A2C; }
span { border-color: rgb(60,42,44); }
td.TdClassName
{
border-color: #3C2A2C;
}
.TagClassName
{
border-color: #3C2A2C;
}
</style>