Shades of Black Magic #362404
Tints of Black Magic #362404
RGB
CMYK
RGB Variations
Color information
#362404 (or 0x362404) is known color: Black Magic. HEX triplet: 36, 24 and 04. RGB value is (54,36,4). Sum of RGB (Red+Green+Blue) = 54+36+4=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #362404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362404 is #C9DBFB. Grayscale: #252525. Windows color (decimal): -13229052 or 271414. OLE color: 271414.
HSL color Cylindrical-coordinate representation of color #362404: hue angle of 38.4º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #362404 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 36 | 4 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.79 |
| HSL | 38.4º | 0.86% | 0.11% | - |
| HSV(B) | 38.4º | 0.93% | 0.21% | - |
| XYZ | 2.17 | 2.05 | 0.4 | - |
| YUV | 37.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 4 | 0 | 0.33 | 0.93 | 0.79 | 38.4 | 0.86 | 0.11 |
| Hex | 36 | 24 | 4 | 0 | 21 | 5D | 4F | 26 | 56 | B |
| Octal | 66 | 44 | 4 | 0 | 41 | 135 | 117 | 46 | 126 | 13 |
| Binary | 110110 | 100100 | 100 | 0 | 100001 | 1011101 | 1001111 | 100110 | 1010110 | 1011 |
Color Harmonies of #362404
Complementary color
Monochromatic Colors of #362404
Black with #362404
Text Example
Text Example
White with #362404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362404; }
p { color: rgb(54,36,4); }
H1.HeaderClassName
{
color: #362404;
}
.AnyTagClassName
{
color: #362404;
}
</style>
background-color css
<style>
a { background-color: #362404; }
a { background-color: rgb(54,36,4); }
div.DivClassName
{
background-color: #362404;
}
.BgClassName
{
background-color: #362404;
}
</style>
border-color css
<style>
span { border-color: #362404; }
span { border-color: rgb(54,36,4); }
td.TdClassName
{
border-color: #362404;
}
.TagClassName
{
border-color: #362404;
}
</style>