Shades of Havana #3A2425
Tints of Havana #3A2425
RGB
CMYK
RGB Variations
Color information
#3A2425 (or 0x3A2425) is known color: Havana. HEX triplet: 3A, 24 and 25. RGB value is (58,36,37). Sum of RGB (Red+Green+Blue) = 58+36+37=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2425 is #C5DBDA. Grayscale: #2A2A2A. Windows color (decimal): -12966875 or 2434106. OLE color: 2434106.
HSL color Cylindrical-coordinate representation of color #3A2425: hue angle of 357.27º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2425 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 37 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.77 |
| HSL | 357.27º | 0.23% | 0.18% | - |
| HSV(B) | 357.27º | 0.38% | 0.23% | - |
| XYZ | 2.71 | 2.29 | 2.05 | - |
| YUV | 42.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 37 | 0 | 0.38 | 0.36 | 0.77 | 357.27 | 0.23 | 0.18 |
| Hex | 3A | 24 | 25 | 0 | 26 | 24 | 4D | 165 | 17 | 12 |
| Octal | 72 | 44 | 45 | 0 | 46 | 44 | 115 | 545 | 27 | 22 |
| Binary | 111010 | 100100 | 100101 | 0 | 100110 | 100100 | 1001101 | 101100101 | 10111 | 10010 |
Color Harmonies of #3A2425
Complementary color
Monochromatic Colors of #3A2425
Black with #3A2425
Text Example
Text Example
White with #3A2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2425; }
p { color: rgb(58,36,37); }
H1.HeaderClassName
{
color: #3A2425;
}
.AnyTagClassName
{
color: #3A2425;
}
</style>
background-color css
<style>
a { background-color: #3A2425; }
a { background-color: rgb(58,36,37); }
div.DivClassName
{
background-color: #3A2425;
}
.BgClassName
{
background-color: #3A2425;
}
</style>
border-color css
<style>
span { border-color: #3A2425; }
span { border-color: rgb(58,36,37); }
td.TdClassName
{
border-color: #3A2425;
}
.TagClassName
{
border-color: #3A2425;
}
</style>