Shades of Havana #3D292A
Tints of Havana #3D292A
RGB
CMYK
RGB Variations
Color information
#3D292A (or 0x3D292A) is known color: Havana. HEX triplet: 3D, 29 and 2A. RGB value is (61,41,42). Sum of RGB (Red+Green+Blue) = 61+41+42=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 61 - color contains mainly: red. Hex color #3D292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D292A is #C2D6D5. Grayscale: #2F2F2F. Windows color (decimal): -12768982 or 2763069. OLE color: 2763069.
HSL color Cylindrical-coordinate representation of color #3D292A: hue angle of 357º 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 #3D292A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 42 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.76 |
| HSL | 357º | 0.2% | 0.2% | - |
| HSV(B) | 357º | 0.33% | 0.24% | - |
| XYZ | 3.14 | 2.75 | 2.56 | - |
| YUV | 47.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 42 | 0 | 0.33 | 0.31 | 0.76 | 357 | 0.2 | 0.2 |
| Hex | 3D | 29 | 2A | 0 | 21 | 1F | 4C | 165 | 14 | 14 |
| Octal | 75 | 51 | 52 | 0 | 41 | 37 | 114 | 545 | 24 | 24 |
| Binary | 111101 | 101001 | 101010 | 0 | 100001 | 11111 | 1001100 | 101100101 | 10100 | 10100 |
Color Harmonies of #3D292A
Complementary color
Monochromatic Colors of #3D292A
Black with #3D292A
Text Example
Text Example
White with #3D292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D292A; }
p { color: rgb(61,41,42); }
H1.HeaderClassName
{
color: #3D292A;
}
.AnyTagClassName
{
color: #3D292A;
}
</style>
background-color css
<style>
a { background-color: #3D292A; }
a { background-color: rgb(61,41,42); }
div.DivClassName
{
background-color: #3D292A;
}
.BgClassName
{
background-color: #3D292A;
}
</style>
border-color css
<style>
span { border-color: #3D292A; }
span { border-color: rgb(61,41,42); }
td.TdClassName
{
border-color: #3D292A;
}
.TagClassName
{
border-color: #3D292A;
}
</style>