Shades of Black Magic #362B17
Tints of Black Magic #362B17
RGB
CMYK
RGB Variations
Color information
#362B17 (or 0x362B17) is known color: Black Magic. HEX triplet: 36, 2B and 17. RGB value is (54,43,23). Sum of RGB (Red+Green+Blue) = 54+43+23=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #362B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B17 is #C9D4E8. Grayscale: #2C2C2C. Windows color (decimal): -13227241 or 1518390. OLE color: 1518390.
HSL color Cylindrical-coordinate representation of color #362B17: hue angle of 38.71º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #362B17 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 23 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.79 |
| HSL | 38.71º | 0.4% | 0.15% | - |
| HSV(B) | 38.71º | 0.57% | 0.21% | - |
| XYZ | 2.54 | 2.57 | 1.17 | - |
| YUV | 44.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 23 | 0 | 0.20 | 0.57 | 0.79 | 38.71 | 0.4 | 0.15 |
| Hex | 36 | 2B | 17 | 0 | 14 | 39 | 4F | 27 | 28 | F |
| Octal | 66 | 53 | 27 | 0 | 24 | 71 | 117 | 47 | 50 | 17 |
| Binary | 110110 | 101011 | 10111 | 0 | 10100 | 111001 | 1001111 | 100111 | 101000 | 1111 |
Color Harmonies of #362B17
Complementary color
Monochromatic Colors of #362B17
Black with #362B17
Text Example
Text Example
White with #362B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B17; }
p { color: rgb(54,43,23); }
H1.HeaderClassName
{
color: #362B17;
}
.AnyTagClassName
{
color: #362B17;
}
</style>
background-color css
<style>
a { background-color: #362B17; }
a { background-color: rgb(54,43,23); }
div.DivClassName
{
background-color: #362B17;
}
.BgClassName
{
background-color: #362B17;
}
</style>
border-color css
<style>
span { border-color: #362B17; }
span { border-color: rgb(54,43,23); }
td.TdClassName
{
border-color: #362B17;
}
.TagClassName
{
border-color: #362B17;
}
</style>