Shades of Black Magic #362A06
Tints of Black Magic #362A06
RGB
CMYK
RGB Variations
Color information
#362A06 (or 0x362A06) is known color: Black Magic. HEX triplet: 36, 2A and 06. RGB value is (54,42,6). Sum of RGB (Red+Green+Blue) = 54+42+6=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #362A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A06 is #C9D5F9. Grayscale: #292929. Windows color (decimal): -13227514 or 404022. OLE color: 404022.
HSL color Cylindrical-coordinate representation of color #362A06: hue angle of 45º 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 #362A06 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 6 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.79 |
| HSL | 45º | 0.8% | 0.12% | - |
| HSV(B) | 45º | 0.89% | 0.21% | - |
| XYZ | 2.38 | 2.45 | 0.52 | - |
| YUV | 41.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 6 | 0 | 0.22 | 0.89 | 0.79 | 45 | 0.8 | 0.12 |
| Hex | 36 | 2A | 6 | 0 | 16 | 59 | 4F | 2D | 50 | C |
| Octal | 66 | 52 | 6 | 0 | 26 | 131 | 117 | 55 | 120 | 14 |
| Binary | 110110 | 101010 | 110 | 0 | 10110 | 1011001 | 1001111 | 101101 | 1010000 | 1100 |
Color Harmonies of #362A06
Complementary color
Monochromatic Colors of #362A06
Black with #362A06
Text Example
Text Example
White with #362A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A06; }
p { color: rgb(54,42,6); }
H1.HeaderClassName
{
color: #362A06;
}
.AnyTagClassName
{
color: #362A06;
}
</style>
background-color css
<style>
a { background-color: #362A06; }
a { background-color: rgb(54,42,6); }
div.DivClassName
{
background-color: #362A06;
}
.BgClassName
{
background-color: #362A06;
}
</style>
border-color css
<style>
span { border-color: #362A06; }
span { border-color: rgb(54,42,6); }
td.TdClassName
{
border-color: #362A06;
}
.TagClassName
{
border-color: #362A06;
}
</style>