Shades of Black Magic #362E16
Tints of Black Magic #362E16
RGB
CMYK
RGB Variations
Color information
#362E16 (or 0x362E16) is known color: Black Magic. HEX triplet: 36, 2E and 16. RGB value is (54,46,22). Sum of RGB (Red+Green+Blue) = 54+46+22=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #362E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E16 is #C9D1E9. Grayscale: #2D2D2D. Windows color (decimal): -13226474 or 1453622. OLE color: 1453622.
HSL color Cylindrical-coordinate representation of color #362E16: hue angle of 45º 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 #362E16 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 22 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.79 |
| HSL | 45º | 0.42% | 0.15% | - |
| HSV(B) | 45º | 0.59% | 0.21% | - |
| XYZ | 2.64 | 2.8 | 1.16 | - |
| YUV | 45.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 22 | 0 | 0.15 | 0.59 | 0.79 | 45 | 0.42 | 0.15 |
| Hex | 36 | 2E | 16 | 0 | F | 3B | 4F | 2D | 2A | F |
| Octal | 66 | 56 | 26 | 0 | 17 | 73 | 117 | 55 | 52 | 17 |
| Binary | 110110 | 101110 | 10110 | 0 | 1111 | 111011 | 1001111 | 101101 | 101010 | 1111 |
Color Harmonies of #362E16
Complementary color
Monochromatic Colors of #362E16
Black with #362E16
Text Example
Text Example
White with #362E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E16; }
p { color: rgb(54,46,22); }
H1.HeaderClassName
{
color: #362E16;
}
.AnyTagClassName
{
color: #362E16;
}
</style>
background-color css
<style>
a { background-color: #362E16; }
a { background-color: rgb(54,46,22); }
div.DivClassName
{
background-color: #362E16;
}
.BgClassName
{
background-color: #362E16;
}
</style>
border-color css
<style>
span { border-color: #362E16; }
span { border-color: rgb(54,46,22); }
td.TdClassName
{
border-color: #362E16;
}
.TagClassName
{
border-color: #362E16;
}
</style>