Shades of Havana #362E2F
Tints of Havana #362E2F
RGB
CMYK
RGB Variations
Color information
#362E2F (or 0x362E2F) is known color: Havana. HEX triplet: 36, 2E and 2F. RGB value is (54,46,47). Sum of RGB (Red+Green+Blue) = 54+46+47=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #362E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E2F is #C9D1D0. Grayscale: #303030. Windows color (decimal): -13226449 or 3092022. OLE color: 3092022.
HSL color Cylindrical-coordinate representation of color #362E2F: hue angle of 352.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #362E2F is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 47 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.79 |
| HSL | 352.5º | 0.08% | 0.2% | - |
| HSV(B) | 352.5º | 0.15% | 0.21% | - |
| XYZ | 3.01 | 2.94 | 3.1 | - |
| YUV | 48.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 47 | 0 | 0.15 | 0.13 | 0.79 | 352.5 | 0.08 | 0.2 |
| Hex | 36 | 2E | 2F | 0 | F | D | 4F | 160 | 8 | 14 |
| Octal | 66 | 56 | 57 | 0 | 17 | 15 | 117 | 540 | 10 | 24 |
| Binary | 110110 | 101110 | 101111 | 0 | 1111 | 1101 | 1001111 | 101100000 | 1000 | 10100 |
Color Harmonies of #362E2F
Complementary color
Monochromatic Colors of #362E2F
Black with #362E2F
Text Example
Text Example
White with #362E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E2F; }
p { color: rgb(54,46,47); }
H1.HeaderClassName
{
color: #362E2F;
}
.AnyTagClassName
{
color: #362E2F;
}
</style>
background-color css
<style>
a { background-color: #362E2F; }
a { background-color: rgb(54,46,47); }
div.DivClassName
{
background-color: #362E2F;
}
.BgClassName
{
background-color: #362E2F;
}
</style>
border-color css
<style>
span { border-color: #362E2F; }
span { border-color: rgb(54,46,47); }
td.TdClassName
{
border-color: #362E2F;
}
.TagClassName
{
border-color: #362E2F;
}
</style>