Shades of Black Magic #362D10
Tints of Black Magic #362D10
RGB
CMYK
RGB Variations
Color information
#362D10 (or 0x362D10) is known color: Black Magic. HEX triplet: 36, 2D and 10. RGB value is (54,45,16). Sum of RGB (Red+Green+Blue) = 54+45+16=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #362D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D10 is #C9D2EF. Grayscale: #2C2C2C. Windows color (decimal): -13226736 or 1060150. OLE color: 1060150.
HSL color Cylindrical-coordinate representation of color #362D10: hue angle of 45.79º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362D10 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 16 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.79 |
| HSL | 45.79º | 0.54% | 0.14% | - |
| HSV(B) | 45.79º | 0.7% | 0.21% | - |
| XYZ | 2.55 | 2.7 | 0.88 | - |
| YUV | 44.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 16 | 0 | 0.17 | 0.70 | 0.79 | 45.79 | 0.54 | 0.14 |
| Hex | 36 | 2D | 10 | 0 | 11 | 46 | 4F | 2E | 36 | E |
| Octal | 66 | 55 | 20 | 0 | 21 | 106 | 117 | 56 | 66 | 16 |
| Binary | 110110 | 101101 | 10000 | 0 | 10001 | 1000110 | 1001111 | 101110 | 110110 | 1110 |
Color Harmonies of #362D10
Complementary color
Monochromatic Colors of #362D10
Black with #362D10
Text Example
Text Example
White with #362D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D10; }
p { color: rgb(54,45,16); }
H1.HeaderClassName
{
color: #362D10;
}
.AnyTagClassName
{
color: #362D10;
}
</style>
background-color css
<style>
a { background-color: #362D10; }
a { background-color: rgb(54,45,16); }
div.DivClassName
{
background-color: #362D10;
}
.BgClassName
{
background-color: #362D10;
}
</style>
border-color css
<style>
span { border-color: #362D10; }
span { border-color: rgb(54,45,16); }
td.TdClassName
{
border-color: #362D10;
}
.TagClassName
{
border-color: #362D10;
}
</style>