Shades of Havana #3F2729
Tints of Havana #3F2729
RGB
CMYK
RGB Variations
Color information
#3F2729 (or 0x3F2729) is known color: Havana. HEX triplet: 3F, 27 and 29. RGB value is (63,39,41). Sum of RGB (Red+Green+Blue) = 63+39+41=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2729 is #C0D8D6. Grayscale: #2E2E2E. Windows color (decimal): -12638423 or 2697023. OLE color: 2697023.
HSL color Cylindrical-coordinate representation of color #3F2729: hue angle of 355º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F2729 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 41 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.75 |
| HSL | 355º | 0.24% | 0.2% | - |
| HSV(B) | 355º | 0.38% | 0.25% | - |
| XYZ | 3.18 | 2.67 | 2.45 | - |
| YUV | 46.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 41 | 0 | 0.38 | 0.35 | 0.75 | 355 | 0.24 | 0.2 |
| Hex | 3F | 27 | 29 | 0 | 26 | 23 | 4B | 163 | 18 | 14 |
| Octal | 77 | 47 | 51 | 0 | 46 | 43 | 113 | 543 | 30 | 24 |
| Binary | 111111 | 100111 | 101001 | 0 | 100110 | 100011 | 1001011 | 101100011 | 11000 | 10100 |
Color Harmonies of #3F2729
Complementary color
Monochromatic Colors of #3F2729
Black with #3F2729
Text Example
Text Example
White with #3F2729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2729; }
p { color: rgb(63,39,41); }
H1.HeaderClassName
{
color: #3F2729;
}
.AnyTagClassName
{
color: #3F2729;
}
</style>
background-color css
<style>
a { background-color: #3F2729; }
a { background-color: rgb(63,39,41); }
div.DivClassName
{
background-color: #3F2729;
}
.BgClassName
{
background-color: #3F2729;
}
</style>
border-color css
<style>
span { border-color: #3F2729; }
span { border-color: rgb(63,39,41); }
td.TdClassName
{
border-color: #3F2729;
}
.TagClassName
{
border-color: #3F2729;
}
</style>