Shades of Black Magic #362C20
Tints of Black Magic #362C20
RGB
CMYK
RGB Variations
Color information
#362C20 (or 0x362C20) is known color: Black Magic. HEX triplet: 36, 2C and 20. RGB value is (54,44,32). Sum of RGB (Red+Green+Blue) = 54+44+32=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #362C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C20 is #C9D3DF. Grayscale: #2D2D2D. Windows color (decimal): -13226976 or 2108470. OLE color: 2108470.
HSL color Cylindrical-coordinate representation of color #362C20: hue angle of 32.73º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #362C20 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 32 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.79 |
| HSL | 32.73º | 0.26% | 0.17% | - |
| HSV(B) | 32.73º | 0.41% | 0.21% | - |
| XYZ | 2.68 | 2.69 | 1.74 | - |
| YUV | 45.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 32 | 0 | 0.19 | 0.41 | 0.79 | 32.73 | 0.26 | 0.17 |
| Hex | 36 | 2C | 20 | 0 | 13 | 29 | 4F | 21 | 1A | 11 |
| Octal | 66 | 54 | 40 | 0 | 23 | 51 | 117 | 41 | 32 | 21 |
| Binary | 110110 | 101100 | 100000 | 0 | 10011 | 101001 | 1001111 | 100001 | 11010 | 10001 |
Color Harmonies of #362C20
Complementary color
Monochromatic Colors of #362C20
Black with #362C20
Text Example
Text Example
White with #362C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C20; }
p { color: rgb(54,44,32); }
H1.HeaderClassName
{
color: #362C20;
}
.AnyTagClassName
{
color: #362C20;
}
</style>
background-color css
<style>
a { background-color: #362C20; }
a { background-color: rgb(54,44,32); }
div.DivClassName
{
background-color: #362C20;
}
.BgClassName
{
background-color: #362C20;
}
</style>
border-color css
<style>
span { border-color: #362C20; }
span { border-color: rgb(54,44,32); }
td.TdClassName
{
border-color: #362C20;
}
.TagClassName
{
border-color: #362C20;
}
</style>