Shades of Havana #3D2F31
Tints of Havana #3D2F31
RGB
CMYK
RGB Variations
Color information
#3D2F31 (or 0x3D2F31) is known color: Havana. HEX triplet: 3D, 2F and 31. RGB value is (61,47,49). Sum of RGB (Red+Green+Blue) = 61+47+49=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F31 is #C2D0CE. Grayscale: #333333. Windows color (decimal): -12767439 or 3223357. OLE color: 3223357.
HSL color Cylindrical-coordinate representation of color #3D2F31: hue angle of 351.43º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D2F31 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 47 | 49 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.76 |
| HSL | 351.43º | 0.13% | 0.21% | - |
| HSV(B) | 351.43º | 0.23% | 0.24% | - |
| XYZ | 3.5 | 3.25 | 3.35 | - |
| YUV | 51.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 49 | 0 | 0.23 | 0.20 | 0.76 | 351.43 | 0.13 | 0.21 |
| Hex | 3D | 2F | 31 | 0 | 17 | 14 | 4C | 15F | D | 15 |
| Octal | 75 | 57 | 61 | 0 | 27 | 24 | 114 | 537 | 15 | 25 |
| Binary | 111101 | 101111 | 110001 | 0 | 10111 | 10100 | 1001100 | 101011111 | 1101 | 10101 |
Color Harmonies of #3D2F31
Complementary color
Monochromatic Colors of #3D2F31
Black with #3D2F31
Text Example
Text Example
White with #3D2F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F31; }
p { color: rgb(61,47,49); }
H1.HeaderClassName
{
color: #3D2F31;
}
.AnyTagClassName
{
color: #3D2F31;
}
</style>
background-color css
<style>
a { background-color: #3D2F31; }
a { background-color: rgb(61,47,49); }
div.DivClassName
{
background-color: #3D2F31;
}
.BgClassName
{
background-color: #3D2F31;
}
</style>
border-color css
<style>
span { border-color: #3D2F31; }
span { border-color: rgb(61,47,49); }
td.TdClassName
{
border-color: #3D2F31;
}
.TagClassName
{
border-color: #3D2F31;
}
</style>