Shades of Havana #3D292B
Tints of Havana #3D292B
RGB
CMYK
RGB Variations
Color information
#3D292B (or 0x3D292B) is known color: Havana. HEX triplet: 3D, 29 and 2B. RGB value is (61,41,43). Sum of RGB (Red+Green+Blue) = 61+41+43=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 61 - color contains mainly: red. Hex color #3D292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D292B is #C2D6D4. Grayscale: #2F2F2F. Windows color (decimal): -12768981 or 2828605. OLE color: 2828605.
HSL color Cylindrical-coordinate representation of color #3D292B: 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 #3D292B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 43 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.76 |
| HSL | 354º | 0.2% | 0.2% | - |
| HSV(B) | 354º | 0.33% | 0.24% | - |
| XYZ | 3.15 | 2.75 | 2.65 | - |
| YUV | 47.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 43 | 0 | 0.33 | 0.30 | 0.76 | 354 | 0.2 | 0.2 |
| Hex | 3D | 29 | 2B | 0 | 21 | 1E | 4C | 162 | 14 | 14 |
| Octal | 75 | 51 | 53 | 0 | 41 | 36 | 114 | 542 | 24 | 24 |
| Binary | 111101 | 101001 | 101011 | 0 | 100001 | 11110 | 1001100 | 101100010 | 10100 | 10100 |
Color Harmonies of #3D292B
Complementary color
Monochromatic Colors of #3D292B
Black with #3D292B
Text Example
Text Example
White with #3D292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D292B; }
p { color: rgb(61,41,43); }
H1.HeaderClassName
{
color: #3D292B;
}
.AnyTagClassName
{
color: #3D292B;
}
</style>
background-color css
<style>
a { background-color: #3D292B; }
a { background-color: rgb(61,41,43); }
div.DivClassName
{
background-color: #3D292B;
}
.BgClassName
{
background-color: #3D292B;
}
</style>
border-color css
<style>
span { border-color: #3D292B; }
span { border-color: rgb(61,41,43); }
td.TdClassName
{
border-color: #3D292B;
}
.TagClassName
{
border-color: #3D292B;
}
</style>