Shades of Havana #363031
Tints of Havana #363031
RGB
CMYK
RGB Variations
Color information
#363031 (or 0x363031) is known color: Havana. HEX triplet: 36, 30 and 31. RGB value is (54,48,49). Sum of RGB (Red+Green+Blue) = 54+48+49=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #363031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363031 is #C9CFCE. Grayscale: #313131. Windows color (decimal): -13225935 or 3223606. OLE color: 3223606.
HSL color Cylindrical-coordinate representation of color #363031: hue angle of 350º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #363031 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 48 | 49 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.79 |
| HSL | 350º | 0.06% | 0.2% | - |
| HSV(B) | 350º | 0.11% | 0.21% | - |
| XYZ | 3.13 | 3.12 | 3.34 | - |
| YUV | 49.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 49 | 0 | 0.11 | 0.09 | 0.79 | 350 | 0.06 | 0.2 |
| Hex | 36 | 30 | 31 | 0 | B | 9 | 4F | 15E | 6 | 14 |
| Octal | 66 | 60 | 61 | 0 | 13 | 11 | 117 | 536 | 6 | 24 |
| Binary | 110110 | 110000 | 110001 | 0 | 1011 | 1001 | 1001111 | 101011110 | 110 | 10100 |
Color Harmonies of #363031
Complementary color
Monochromatic Colors of #363031
Black with #363031
Text Example
Text Example
White with #363031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363031; }
p { color: rgb(54,48,49); }
H1.HeaderClassName
{
color: #363031;
}
.AnyTagClassName
{
color: #363031;
}
</style>
background-color css
<style>
a { background-color: #363031; }
a { background-color: rgb(54,48,49); }
div.DivClassName
{
background-color: #363031;
}
.BgClassName
{
background-color: #363031;
}
</style>
border-color css
<style>
span { border-color: #363031; }
span { border-color: rgb(54,48,49); }
td.TdClassName
{
border-color: #363031;
}
.TagClassName
{
border-color: #363031;
}
</style>