Shades of Black Magic #362E17
Tints of Black Magic #362E17
RGB
CMYK
RGB Variations
Color information
#362E17 (or 0x362E17) is known color: Black Magic. HEX triplet: 36, 2E and 17. RGB value is (54,46,23). Sum of RGB (Red+Green+Blue) = 54+46+23=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #362E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E17 is #C9D1E8. Grayscale: #2D2D2D. Windows color (decimal): -13226473 or 1519158. OLE color: 1519158.
HSL color Cylindrical-coordinate representation of color #362E17: hue angle of 44.52º 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 #362E17 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 23 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.79 |
| HSL | 44.52º | 0.4% | 0.15% | - |
| HSV(B) | 44.52º | 0.57% | 0.21% | - |
| XYZ | 2.65 | 2.8 | 1.21 | - |
| YUV | 45.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 23 | 0 | 0.15 | 0.57 | 0.79 | 44.52 | 0.4 | 0.15 |
| Hex | 36 | 2E | 17 | 0 | F | 39 | 4F | 2D | 28 | F |
| Octal | 66 | 56 | 27 | 0 | 17 | 71 | 117 | 55 | 50 | 17 |
| Binary | 110110 | 101110 | 10111 | 0 | 1111 | 111001 | 1001111 | 101101 | 101000 | 1111 |
Color Harmonies of #362E17
Complementary color
Monochromatic Colors of #362E17
Black with #362E17
Text Example
Text Example
White with #362E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E17; }
p { color: rgb(54,46,23); }
H1.HeaderClassName
{
color: #362E17;
}
.AnyTagClassName
{
color: #362E17;
}
</style>
background-color css
<style>
a { background-color: #362E17; }
a { background-color: rgb(54,46,23); }
div.DivClassName
{
background-color: #362E17;
}
.BgClassName
{
background-color: #362E17;
}
</style>
border-color css
<style>
span { border-color: #362E17; }
span { border-color: rgb(54,46,23); }
td.TdClassName
{
border-color: #362E17;
}
.TagClassName
{
border-color: #362E17;
}
</style>