Shades of Black Magic #362E23
Tints of Black Magic #362E23
RGB
CMYK
RGB Variations
Color information
#362E23 (or 0x362E23) is known color: Black Magic. HEX triplet: 36, 2E and 23. RGB value is (54,46,35). Sum of RGB (Red+Green+Blue) = 54+46+35=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #362E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E23 is #C9D1DC. Grayscale: #2F2F2F. Windows color (decimal): -13226461 or 2305590. OLE color: 2305590.
HSL color Cylindrical-coordinate representation of color #362E23: hue angle of 34.74º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #362E23 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 35 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.79 |
| HSL | 34.74º | 0.21% | 0.17% | - |
| HSV(B) | 34.74º | 0.35% | 0.21% | - |
| XYZ | 2.8 | 2.86 | 1.99 | - |
| YUV | 47.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 35 | 0 | 0.15 | 0.35 | 0.79 | 34.74 | 0.21 | 0.17 |
| Hex | 36 | 2E | 23 | 0 | F | 23 | 4F | 23 | 15 | 11 |
| Octal | 66 | 56 | 43 | 0 | 17 | 43 | 117 | 43 | 25 | 21 |
| Binary | 110110 | 101110 | 100011 | 0 | 1111 | 100011 | 1001111 | 100011 | 10101 | 10001 |
Color Harmonies of #362E23
Complementary color
Monochromatic Colors of #362E23
Black with #362E23
Text Example
Text Example
White with #362E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E23; }
p { color: rgb(54,46,35); }
H1.HeaderClassName
{
color: #362E23;
}
.AnyTagClassName
{
color: #362E23;
}
</style>
background-color css
<style>
a { background-color: #362E23; }
a { background-color: rgb(54,46,35); }
div.DivClassName
{
background-color: #362E23;
}
.BgClassName
{
background-color: #362E23;
}
</style>
border-color css
<style>
span { border-color: #362E23; }
span { border-color: rgb(54,46,35); }
td.TdClassName
{
border-color: #362E23;
}
.TagClassName
{
border-color: #362E23;
}
</style>