Shades of Black Magic #362B1E
Tints of Black Magic #362B1E
RGB
CMYK
RGB Variations
Color information
#362B1E (or 0x362B1E) is known color: Black Magic. HEX triplet: 36, 2B and 1E. RGB value is (54,43,30). Sum of RGB (Red+Green+Blue) = 54+43+30=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #362B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B1E is #C9D4E1. Grayscale: #2C2C2C. Windows color (decimal): -13227234 or 1977142. OLE color: 1977142.
HSL color Cylindrical-coordinate representation of color #362B1E: hue angle of 32.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #362B1E is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 30 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.79 |
| HSL | 32.5º | 0.29% | 0.16% | - |
| HSV(B) | 32.5º | 0.44% | 0.21% | - |
| XYZ | 2.62 | 2.61 | 1.59 | - |
| YUV | 44.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 30 | 0 | 0.20 | 0.44 | 0.79 | 32.5 | 0.29 | 0.16 |
| Hex | 36 | 2B | 1E | 0 | 14 | 2C | 4F | 20 | 1D | 10 |
| Octal | 66 | 53 | 36 | 0 | 24 | 54 | 117 | 40 | 35 | 20 |
| Binary | 110110 | 101011 | 11110 | 0 | 10100 | 101100 | 1001111 | 100000 | 11101 | 10000 |
Color Harmonies of #362B1E
Complementary color
Monochromatic Colors of #362B1E
Black with #362B1E
Text Example
Text Example
White with #362B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B1E; }
p { color: rgb(54,43,30); }
H1.HeaderClassName
{
color: #362B1E;
}
.AnyTagClassName
{
color: #362B1E;
}
</style>
background-color css
<style>
a { background-color: #362B1E; }
a { background-color: rgb(54,43,30); }
div.DivClassName
{
background-color: #362B1E;
}
.BgClassName
{
background-color: #362B1E;
}
</style>
border-color css
<style>
span { border-color: #362B1E; }
span { border-color: rgb(54,43,30); }
td.TdClassName
{
border-color: #362B1E;
}
.TagClassName
{
border-color: #362B1E;
}
</style>