Shades of Black Magic #362B0A
Tints of Black Magic #362B0A
RGB
CMYK
RGB Variations
Color information
#362B0A (or 0x362B0A) is known color: Black Magic. HEX triplet: 36, 2B and 0A. RGB value is (54,43,10). Sum of RGB (Red+Green+Blue) = 54+43+10=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B0A is #C9D4F5. Grayscale: #2A2A2A. Windows color (decimal): -13227254 or 666422. OLE color: 666422.
HSL color Cylindrical-coordinate representation of color #362B0A: hue angle of 45º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #362B0A is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 10 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.79 |
| HSL | 45º | 0.69% | 0.13% | - |
| HSV(B) | 45º | 0.81% | 0.21% | - |
| XYZ | 2.44 | 2.53 | 0.65 | - |
| YUV | 42.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 10 | 0 | 0.20 | 0.81 | 0.79 | 45 | 0.69 | 0.13 |
| Hex | 36 | 2B | A | 0 | 14 | 51 | 4F | 2D | 45 | D |
| Octal | 66 | 53 | 12 | 0 | 24 | 121 | 117 | 55 | 105 | 15 |
| Binary | 110110 | 101011 | 1010 | 0 | 10100 | 1010001 | 1001111 | 101101 | 1000101 | 1101 |
Color Harmonies of #362B0A
Complementary color
Monochromatic Colors of #362B0A
Black with #362B0A
Text Example
Text Example
White with #362B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B0A; }
p { color: rgb(54,43,10); }
H1.HeaderClassName
{
color: #362B0A;
}
.AnyTagClassName
{
color: #362B0A;
}
</style>
background-color css
<style>
a { background-color: #362B0A; }
a { background-color: rgb(54,43,10); }
div.DivClassName
{
background-color: #362B0A;
}
.BgClassName
{
background-color: #362B0A;
}
</style>
border-color css
<style>
span { border-color: #362B0A; }
span { border-color: rgb(54,43,10); }
td.TdClassName
{
border-color: #362B0A;
}
.TagClassName
{
border-color: #362B0A;
}
</style>