Shades of Black Magic #362B0E
Tints of Black Magic #362B0E
RGB
CMYK
RGB Variations
Color information
#362B0E (or 0x362B0E) is known color: Black Magic. HEX triplet: 36, 2B and 0E. RGB value is (54,43,14). Sum of RGB (Red+Green+Blue) = 54+43+14=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #362B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B0E is #C9D4F1. Grayscale: #2B2B2B. Windows color (decimal): -13227250 or 928566. OLE color: 928566.
HSL color Cylindrical-coordinate representation of color #362B0E: hue angle of 43.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #362B0E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 14 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.79 |
| HSL | 43.5º | 0.59% | 0.13% | - |
| HSV(B) | 43.5º | 0.74% | 0.21% | - |
| XYZ | 2.46 | 2.54 | 0.78 | - |
| YUV | 42.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 14 | 0 | 0.20 | 0.74 | 0.79 | 43.5 | 0.59 | 0.13 |
| Hex | 36 | 2B | E | 0 | 14 | 4A | 4F | 2C | 3B | D |
| Octal | 66 | 53 | 16 | 0 | 24 | 112 | 117 | 54 | 73 | 15 |
| Binary | 110110 | 101011 | 1110 | 0 | 10100 | 1001010 | 1001111 | 101100 | 111011 | 1101 |
Color Harmonies of #362B0E
Complementary color
Monochromatic Colors of #362B0E
Black with #362B0E
Text Example
Text Example
White with #362B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B0E; }
p { color: rgb(54,43,14); }
H1.HeaderClassName
{
color: #362B0E;
}
.AnyTagClassName
{
color: #362B0E;
}
</style>
background-color css
<style>
a { background-color: #362B0E; }
a { background-color: rgb(54,43,14); }
div.DivClassName
{
background-color: #362B0E;
}
.BgClassName
{
background-color: #362B0E;
}
</style>
border-color css
<style>
span { border-color: #362B0E; }
span { border-color: rgb(54,43,14); }
td.TdClassName
{
border-color: #362B0E;
}
.TagClassName
{
border-color: #362B0E;
}
</style>