Shades of Black Magic #362B0C
Tints of Black Magic #362B0C
RGB
CMYK
RGB Variations
Color information
#362B0C (or 0x362B0C) is known color: Black Magic. HEX triplet: 36, 2B and 0C. RGB value is (54,43,12). Sum of RGB (Red+Green+Blue) = 54+43+12=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #362B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B0C is #C9D4F3. Grayscale: #2A2A2A. Windows color (decimal): -13227252 or 797494. OLE color: 797494.
HSL color Cylindrical-coordinate representation of color #362B0C: hue angle of 44.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362B0C is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 12 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.79 |
| HSL | 44.29º | 0.64% | 0.13% | - |
| HSV(B) | 44.29º | 0.78% | 0.21% | - |
| XYZ | 2.45 | 2.54 | 0.71 | - |
| YUV | 42.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 12 | 0 | 0.20 | 0.78 | 0.79 | 44.29 | 0.64 | 0.13 |
| Hex | 36 | 2B | C | 0 | 14 | 4E | 4F | 2C | 40 | D |
| Octal | 66 | 53 | 14 | 0 | 24 | 116 | 117 | 54 | 100 | 15 |
| Binary | 110110 | 101011 | 1100 | 0 | 10100 | 1001110 | 1001111 | 101100 | 1000000 | 1101 |
Color Harmonies of #362B0C
Complementary color
Monochromatic Colors of #362B0C
Black with #362B0C
Text Example
Text Example
White with #362B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B0C; }
p { color: rgb(54,43,12); }
H1.HeaderClassName
{
color: #362B0C;
}
.AnyTagClassName
{
color: #362B0C;
}
</style>
background-color css
<style>
a { background-color: #362B0C; }
a { background-color: rgb(54,43,12); }
div.DivClassName
{
background-color: #362B0C;
}
.BgClassName
{
background-color: #362B0C;
}
</style>
border-color css
<style>
span { border-color: #362B0C; }
span { border-color: rgb(54,43,12); }
td.TdClassName
{
border-color: #362B0C;
}
.TagClassName
{
border-color: #362B0C;
}
</style>