Shades of Havana #3D2B2E
Tints of Havana #3D2B2E
RGB
CMYK
RGB Variations
Color information
#3D2B2E (or 0x3D2B2E) is known color: Havana. HEX triplet: 3D, 2B and 2E. RGB value is (61,43,46). Sum of RGB (Red+Green+Blue) = 61+43+46=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2B2E is #C2D4D1. Grayscale: #303030. Windows color (decimal): -12768466 or 3025725. OLE color: 3025725.
HSL color Cylindrical-coordinate representation of color #3D2B2E: hue angle of 350º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D2B2E is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 43 | 46 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.76 |
| HSL | 350º | 0.17% | 0.2% | - |
| HSV(B) | 350º | 0.3% | 0.24% | - |
| XYZ | 3.28 | 2.92 | 2.97 | - |
| YUV | 48.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 46 | 0 | 0.30 | 0.25 | 0.76 | 350 | 0.17 | 0.2 |
| Hex | 3D | 2B | 2E | 0 | 1E | 19 | 4C | 15E | 11 | 14 |
| Octal | 75 | 53 | 56 | 0 | 36 | 31 | 114 | 536 | 21 | 24 |
| Binary | 111101 | 101011 | 101110 | 0 | 11110 | 11001 | 1001100 | 101011110 | 10001 | 10100 |
Color Harmonies of #3D2B2E
Complementary color
Monochromatic Colors of #3D2B2E
Black with #3D2B2E
Text Example
Text Example
White with #3D2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2B2E; }
p { color: rgb(61,43,46); }
H1.HeaderClassName
{
color: #3D2B2E;
}
.AnyTagClassName
{
color: #3D2B2E;
}
</style>
background-color css
<style>
a { background-color: #3D2B2E; }
a { background-color: rgb(61,43,46); }
div.DivClassName
{
background-color: #3D2B2E;
}
.BgClassName
{
background-color: #3D2B2E;
}
</style>
border-color css
<style>
span { border-color: #3D2B2E; }
span { border-color: rgb(61,43,46); }
td.TdClassName
{
border-color: #3D2B2E;
}
.TagClassName
{
border-color: #3D2B2E;
}
</style>