Shades of Black Magic #362606
Tints of Black Magic #362606
RGB
CMYK
RGB Variations
Color information
#362606 (or 0x362606) is known color: Black Magic. HEX triplet: 36, 26 and 06. RGB value is (54,38,6). Sum of RGB (Red+Green+Blue) = 54+38+6=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #362606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362606 is #C9D9F9. Grayscale: #272727. Windows color (decimal): -13228538 or 402998. OLE color: 402998.
HSL color Cylindrical-coordinate representation of color #362606: hue angle of 40º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #362606 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 38 | 6 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.79 |
| HSL | 40º | 0.8% | 0.12% | - |
| HSV(B) | 40º | 0.89% | 0.21% | - |
| XYZ | 2.25 | 2.18 | 0.48 | - |
| YUV | 39.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 6 | 0 | 0.30 | 0.89 | 0.79 | 40 | 0.8 | 0.12 |
| Hex | 36 | 26 | 6 | 0 | 1E | 59 | 4F | 28 | 50 | C |
| Octal | 66 | 46 | 6 | 0 | 36 | 131 | 117 | 50 | 120 | 14 |
| Binary | 110110 | 100110 | 110 | 0 | 11110 | 1011001 | 1001111 | 101000 | 1010000 | 1100 |
Color Harmonies of #362606
Complementary color
Monochromatic Colors of #362606
Black with #362606
Text Example
Text Example
White with #362606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362606; }
p { color: rgb(54,38,6); }
H1.HeaderClassName
{
color: #362606;
}
.AnyTagClassName
{
color: #362606;
}
</style>
background-color css
<style>
a { background-color: #362606; }
a { background-color: rgb(54,38,6); }
div.DivClassName
{
background-color: #362606;
}
.BgClassName
{
background-color: #362606;
}
</style>
border-color css
<style>
span { border-color: #362606; }
span { border-color: rgb(54,38,6); }
td.TdClassName
{
border-color: #362606;
}
.TagClassName
{
border-color: #362606;
}
</style>