Shades of Black Magic #362C18
Tints of Black Magic #362C18
RGB
CMYK
RGB Variations
Color information
#362C18 (or 0x362C18) is known color: Black Magic. HEX triplet: 36, 2C and 18. RGB value is (54,44,24). Sum of RGB (Red+Green+Blue) = 54+44+24=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #362C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362C18 is #C9D3E7. Grayscale: #2C2C2C. Windows color (decimal): -13226984 or 1584182. OLE color: 1584182.
HSL color Cylindrical-coordinate representation of color #362C18: hue angle of 40º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #362C18 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 24 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.79 |
| HSL | 40º | 0.38% | 0.15% | - |
| HSV(B) | 40º | 0.56% | 0.21% | - |
| XYZ | 2.59 | 2.65 | 1.24 | - |
| YUV | 44.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 24 | 0 | 0.19 | 0.56 | 0.79 | 40 | 0.38 | 0.15 |
| Hex | 36 | 2C | 18 | 0 | 13 | 38 | 4F | 28 | 26 | F |
| Octal | 66 | 54 | 30 | 0 | 23 | 70 | 117 | 50 | 46 | 17 |
| Binary | 110110 | 101100 | 11000 | 0 | 10011 | 111000 | 1001111 | 101000 | 100110 | 1111 |
Color Harmonies of #362C18
Complementary color
Monochromatic Colors of #362C18
Black with #362C18
Text Example
Text Example
White with #362C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C18; }
p { color: rgb(54,44,24); }
H1.HeaderClassName
{
color: #362C18;
}
.AnyTagClassName
{
color: #362C18;
}
</style>
background-color css
<style>
a { background-color: #362C18; }
a { background-color: rgb(54,44,24); }
div.DivClassName
{
background-color: #362C18;
}
.BgClassName
{
background-color: #362C18;
}
</style>
border-color css
<style>
span { border-color: #362C18; }
span { border-color: rgb(54,44,24); }
td.TdClassName
{
border-color: #362C18;
}
.TagClassName
{
border-color: #362C18;
}
</style>