Shades of Havana #3C282A
Tints of Havana #3C282A
RGB
CMYK
RGB Variations
Color information
#3C282A (or 0x3C282A) is known color: Havana. HEX triplet: 3C, 28 and 2A. RGB value is (60,40,42). Sum of RGB (Red+Green+Blue) = 60+40+42=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C282A is #C3D7D5. Grayscale: #2E2E2E. Windows color (decimal): -12834774 or 2762812. OLE color: 2762812.
HSL color Cylindrical-coordinate representation of color #3C282A: hue angle of 354º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C282A is Cyan = 0, Magento = 0.33, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 40 | 42 | - |
| CMYK | 0 | 0.33 | 0.3 | 0.76 |
| HSL | 354º | 0.2% | 0.2% | - |
| HSV(B) | 354º | 0.33% | 0.24% | - |
| XYZ | 3.04 | 2.65 | 2.54 | - |
| YUV | 46.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 42 | 0 | 0.33 | 0.3 | 0.76 | 354 | 0.2 | 0.2 |
| Hex | 3C | 28 | 2A | 0 | 21 | 1E | 4C | 162 | 14 | 14 |
| Octal | 74 | 50 | 52 | 0 | 41 | 36 | 114 | 542 | 24 | 24 |
| Binary | 111100 | 101000 | 101010 | 0 | 100001 | 11110 | 1001100 | 101100010 | 10100 | 10100 |
Color Harmonies of #3C282A
Complementary color
Monochromatic Colors of #3C282A
Black with #3C282A
Text Example
Text Example
White with #3C282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C282A; }
p { color: rgb(60,40,42); }
H1.HeaderClassName
{
color: #3C282A;
}
.AnyTagClassName
{
color: #3C282A;
}
</style>
background-color css
<style>
a { background-color: #3C282A; }
a { background-color: rgb(60,40,42); }
div.DivClassName
{
background-color: #3C282A;
}
.BgClassName
{
background-color: #3C282A;
}
</style>
border-color css
<style>
span { border-color: #3C282A; }
span { border-color: rgb(60,40,42); }
td.TdClassName
{
border-color: #3C282A;
}
.TagClassName
{
border-color: #3C282A;
}
</style>