Shades of Black Magic #362F24
Tints of Black Magic #362F24
RGB
CMYK
RGB Variations
Color information
#362F24 (or 0x362F24) is known color: Black Magic. HEX triplet: 36, 2F and 24. RGB value is (54,47,36). Sum of RGB (Red+Green+Blue) = 54+47+36=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #362F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F24 is #C9D0DB. Grayscale: #2F2F2F. Windows color (decimal): -13226204 or 2371382. OLE color: 2371382.
HSL color Cylindrical-coordinate representation of color #362F24: hue angle of 36.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #362F24 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 36 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.79 |
| HSL | 36.67º | 0.2% | 0.18% | - |
| HSV(B) | 36.67º | 0.33% | 0.21% | - |
| XYZ | 2.86 | 2.94 | 2.09 | - |
| YUV | 47.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 36 | 0 | 0.13 | 0.33 | 0.79 | 36.67 | 0.2 | 0.18 |
| Hex | 36 | 2F | 24 | 0 | D | 21 | 4F | 25 | 14 | 12 |
| Octal | 66 | 57 | 44 | 0 | 15 | 41 | 117 | 45 | 24 | 22 |
| Binary | 110110 | 101111 | 100100 | 0 | 1101 | 100001 | 1001111 | 100101 | 10100 | 10010 |
Color Harmonies of #362F24
Complementary color
Monochromatic Colors of #362F24
Black with #362F24
Text Example
Text Example
White with #362F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F24; }
p { color: rgb(54,47,36); }
H1.HeaderClassName
{
color: #362F24;
}
.AnyTagClassName
{
color: #362F24;
}
</style>
background-color css
<style>
a { background-color: #362F24; }
a { background-color: rgb(54,47,36); }
div.DivClassName
{
background-color: #362F24;
}
.BgClassName
{
background-color: #362F24;
}
</style>
border-color css
<style>
span { border-color: #362F24; }
span { border-color: rgb(54,47,36); }
td.TdClassName
{
border-color: #362F24;
}
.TagClassName
{
border-color: #362F24;
}
</style>