Shades of Black Magic #362C0D
Tints of Black Magic #362C0D
RGB
CMYK
RGB Variations
Color information
#362C0D (or 0x362C0D) is known color: Black Magic. HEX triplet: 36, 2C and 0D. RGB value is (54,44,13). Sum of RGB (Red+Green+Blue) = 54+44+13=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #362C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C0D is #C9D3F2. Grayscale: #2B2B2B. Windows color (decimal): -13226995 or 863286. OLE color: 863286.
HSL color Cylindrical-coordinate representation of color #362C0D: hue angle of 45.37º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362C0D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 13 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.79 |
| HSL | 45.37º | 0.61% | 0.13% | - |
| HSV(B) | 45.37º | 0.76% | 0.21% | - |
| XYZ | 2.49 | 2.61 | 0.75 | - |
| YUV | 43.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 13 | 0 | 0.19 | 0.76 | 0.79 | 45.37 | 0.61 | 0.13 |
| Hex | 36 | 2C | D | 0 | 13 | 4C | 4F | 2D | 3D | D |
| Octal | 66 | 54 | 15 | 0 | 23 | 114 | 117 | 55 | 75 | 15 |
| Binary | 110110 | 101100 | 1101 | 0 | 10011 | 1001100 | 1001111 | 101101 | 111101 | 1101 |
Color Harmonies of #362C0D
Complementary color
Monochromatic Colors of #362C0D
Black with #362C0D
Text Example
Text Example
White with #362C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C0D; }
p { color: rgb(54,44,13); }
H1.HeaderClassName
{
color: #362C0D;
}
.AnyTagClassName
{
color: #362C0D;
}
</style>
background-color css
<style>
a { background-color: #362C0D; }
a { background-color: rgb(54,44,13); }
div.DivClassName
{
background-color: #362C0D;
}
.BgClassName
{
background-color: #362C0D;
}
</style>
border-color css
<style>
span { border-color: #362C0D; }
span { border-color: rgb(54,44,13); }
td.TdClassName
{
border-color: #362C0D;
}
.TagClassName
{
border-color: #362C0D;
}
</style>