Shades of Black Magic #362400
Tints of Black Magic #362400
RGB
CMYK
RGB Variations
Color information
#362400 (or 0x362400) is known color: Black Magic. HEX triplet: 36, 24 and 00. RGB value is (54,36,0). Sum of RGB (Red+Green+Blue) = 54+36+0=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #362400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362400 is #C9DBFF. Grayscale: #252525. Windows color (decimal): -13229056 or 9270. OLE color: 9270.
HSL color Cylindrical-coordinate representation of color #362400: hue angle of 40º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #362400 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 36 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.79 |
| HSL | 40º | 1% | 0.11% | - |
| HSV(B) | 40º | 1% | 0.21% | - |
| XYZ | 2.15 | 2.05 | 0.28 | - |
| YUV | 37.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 0 | 0 | 0.33 | 1 | 0.79 | 40 | 1 | 0.11 |
| Hex | 36 | 24 | 0 | 0 | 21 | 64 | 4F | 28 | 64 | B |
| Octal | 66 | 44 | 0 | 0 | 41 | 144 | 117 | 50 | 144 | 13 |
| Binary | 110110 | 100100 | 0 | 0 | 100001 | 1100100 | 1001111 | 101000 | 1100100 | 1011 |
Color Harmonies of #362400
Complementary color
Monochromatic Colors of #362400
Black with #362400
Text Example
Text Example
White with #362400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362400; }
p { color: rgb(54,36,0); }
H1.HeaderClassName
{
color: #362400;
}
.AnyTagClassName
{
color: #362400;
}
</style>
background-color css
<style>
a { background-color: #362400; }
a { background-color: rgb(54,36,0); }
div.DivClassName
{
background-color: #362400;
}
.BgClassName
{
background-color: #362400;
}
</style>
border-color css
<style>
span { border-color: #362400; }
span { border-color: rgb(54,36,0); }
td.TdClassName
{
border-color: #362400;
}
.TagClassName
{
border-color: #362400;
}
</style>