Shades of Havana #3A3031
Tints of Havana #3A3031
RGB
CMYK
RGB Variations
Color information
#3A3031 (or 0x3A3031) is known color: Havana. HEX triplet: 3A, 30 and 31. RGB value is (58,48,49). Sum of RGB (Red+Green+Blue) = 58+48+49=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3031 is #C5CFCE. Grayscale: #333333. Windows color (decimal): -12963791 or 3223610. OLE color: 3223610.
HSL color Cylindrical-coordinate representation of color #3A3031: hue angle of 354º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3A3031 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 48 | 49 | - |
CMYK | 0 | 0.17 | 0.16 | 0.77 |
HSL | 354º | 0.09% | 0.21% | - |
HSV(B) | 354º | 0.17% | 0.23% | - |
XYZ | 3.36 | 3.24 | 3.35 | - |
YUV | 51.1 | 126.81 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 48 | 49 | 0 | 0.17 | 0.16 | 0.77 | 354 | 0.09 | 0.21 |
Hex | 3A | 30 | 31 | 0 | 11 | 10 | 4D | 162 | 9 | 15 |
Octal | 72 | 60 | 61 | 0 | 21 | 20 | 115 | 542 | 11 | 25 |
Binary | 111010 | 110000 | 110001 | 0 | 10001 | 10000 | 1001101 | 101100010 | 1001 | 10101 |
Color Harmonies of #3A3031
Complementary color
Monochromatic Colors of #3A3031
Black with #3A3031
Text Example
Text Example
White with #3A3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3031; }
p { color: rgb(58,48,49); }
H1.HeaderClassName
{
color: #3A3031;
}
.AnyTagClassName
{
color: #3A3031;
}
</style>
background-color css
<style>
a { background-color: #3A3031; }
a { background-color: rgb(58,48,49); }
div.DivClassName
{
background-color: #3A3031;
}
.BgClassName
{
background-color: #3A3031;
}
</style>
border-color css
<style>
span { border-color: #3A3031; }
span { border-color: rgb(58,48,49); }
td.TdClassName
{
border-color: #3A3031;
}
.TagClassName
{
border-color: #3A3031;
}
</style>