Shades of Black Magic #362D16
Tints of Black Magic #362D16
RGB
CMYK
RGB Variations
Color information
#362D16 (or 0x362D16) is known color: Black Magic. HEX triplet: 36, 2D and 16. RGB value is (54,45,22). Sum of RGB (Red+Green+Blue) = 54+45+22=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #362D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D16 is #C9D2E9. Grayscale: #2D2D2D. Windows color (decimal): -13226730 or 1453366. OLE color: 1453366.
HSL color Cylindrical-coordinate representation of color #362D16: hue angle of 43.12º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #362D16 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 22 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.79 |
| HSL | 43.13º | 0.42% | 0.15% | - |
| HSV(B) | 43.13º | 0.59% | 0.21% | - |
| XYZ | 2.6 | 2.72 | 1.15 | - |
| YUV | 45.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 22 | 0 | 0.17 | 0.59 | 0.79 | 43.13 | 0.42 | 0.15 |
| Hex | 36 | 2D | 16 | 0 | 11 | 3B | 4F | 2B | 2A | F |
| Octal | 66 | 55 | 26 | 0 | 21 | 73 | 117 | 53 | 52 | 17 |
| Binary | 110110 | 101101 | 10110 | 0 | 10001 | 111011 | 1001111 | 101011 | 101010 | 1111 |
Color Harmonies of #362D16
Complementary color
Monochromatic Colors of #362D16
Black with #362D16
Text Example
Text Example
White with #362D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D16; }
p { color: rgb(54,45,22); }
H1.HeaderClassName
{
color: #362D16;
}
.AnyTagClassName
{
color: #362D16;
}
</style>
background-color css
<style>
a { background-color: #362D16; }
a { background-color: rgb(54,45,22); }
div.DivClassName
{
background-color: #362D16;
}
.BgClassName
{
background-color: #362D16;
}
</style>
border-color css
<style>
span { border-color: #362D16; }
span { border-color: rgb(54,45,22); }
td.TdClassName
{
border-color: #362D16;
}
.TagClassName
{
border-color: #362D16;
}
</style>