Shades of Havana #3A2E2F
Tints of Havana #3A2E2F
RGB
CMYK
RGB Variations
Color information
#3A2E2F (or 0x3A2E2F) is known color: Havana. HEX triplet: 3A, 2E and 2F. RGB value is (58,46,47). Sum of RGB (Red+Green+Blue) = 58+46+47=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2E2F is #C5D1D0. Grayscale: #313131. Windows color (decimal): -12964305 or 3092026. OLE color: 3092026.
HSL color Cylindrical-coordinate representation of color #3A2E2F: hue angle of 355º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A2E2F is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 46 | 47 | - |
CMYK | 0 | 0.21 | 0.19 | 0.77 |
HSL | 355º | 0.12% | 0.2% | - |
HSV(B) | 355º | 0.21% | 0.23% | - |
XYZ | 3.24 | 3.06 | 3.11 | - |
YUV | 49.7 | 126.48 | 133.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 46 | 47 | 0 | 0.21 | 0.19 | 0.77 | 355 | 0.12 | 0.2 |
Hex | 3A | 2E | 2F | 0 | 15 | 13 | 4D | 163 | C | 14 |
Octal | 72 | 56 | 57 | 0 | 25 | 23 | 115 | 543 | 14 | 24 |
Binary | 111010 | 101110 | 101111 | 0 | 10101 | 10011 | 1001101 | 101100011 | 1100 | 10100 |
Color Harmonies of #3A2E2F
Complementary color
Monochromatic Colors of #3A2E2F
Black with #3A2E2F
Text Example
Text Example
White with #3A2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E2F; }
p { color: rgb(58,46,47); }
H1.HeaderClassName
{
color: #3A2E2F;
}
.AnyTagClassName
{
color: #3A2E2F;
}
</style>
background-color css
<style>
a { background-color: #3A2E2F; }
a { background-color: rgb(58,46,47); }
div.DivClassName
{
background-color: #3A2E2F;
}
.BgClassName
{
background-color: #3A2E2F;
}
</style>
border-color css
<style>
span { border-color: #3A2E2F; }
span { border-color: rgb(58,46,47); }
td.TdClassName
{
border-color: #3A2E2F;
}
.TagClassName
{
border-color: #3A2E2F;
}
</style>