Shades of Black Magic #362C0E
Tints of Black Magic #362C0E
RGB
CMYK
RGB Variations
Color information
#362C0E (or 0x362C0E) is known color: Black Magic. HEX triplet: 36, 2C and 0E. RGB value is (54,44,14). Sum of RGB (Red+Green+Blue) = 54+44+14=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #362C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C0E is #C9D3F1. Grayscale: #2B2B2B. Windows color (decimal): -13226994 or 928822. OLE color: 928822.
HSL color Cylindrical-coordinate representation of color #362C0E: hue angle of 45º 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 #362C0E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 14 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.79 |
| HSL | 45º | 0.59% | 0.13% | - |
| HSV(B) | 45º | 0.74% | 0.21% | - |
| XYZ | 2.5 | 2.62 | 0.79 | - |
| YUV | 43.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 14 | 0 | 0.19 | 0.74 | 0.79 | 45 | 0.59 | 0.13 |
| Hex | 36 | 2C | E | 0 | 13 | 4A | 4F | 2D | 3B | D |
| Octal | 66 | 54 | 16 | 0 | 23 | 112 | 117 | 55 | 73 | 15 |
| Binary | 110110 | 101100 | 1110 | 0 | 10011 | 1001010 | 1001111 | 101101 | 111011 | 1101 |
Color Harmonies of #362C0E
Complementary color
Monochromatic Colors of #362C0E
Black with #362C0E
Text Example
Text Example
White with #362C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C0E; }
p { color: rgb(54,44,14); }
H1.HeaderClassName
{
color: #362C0E;
}
.AnyTagClassName
{
color: #362C0E;
}
</style>
background-color css
<style>
a { background-color: #362C0E; }
a { background-color: rgb(54,44,14); }
div.DivClassName
{
background-color: #362C0E;
}
.BgClassName
{
background-color: #362C0E;
}
</style>
border-color css
<style>
span { border-color: #362C0E; }
span { border-color: rgb(54,44,14); }
td.TdClassName
{
border-color: #362C0E;
}
.TagClassName
{
border-color: #362C0E;
}
</style>