Shades of Black Magic #362E24
Tints of Black Magic #362E24
RGB
CMYK
RGB Variations
Color information
#362E24 (or 0x362E24) is known color: Black Magic. HEX triplet: 36, 2E and 24. RGB value is (54,46,36). Sum of RGB (Red+Green+Blue) = 54+46+36=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #362E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E24 is #C9D1DB. Grayscale: #2F2F2F. Windows color (decimal): -13226460 or 2371126. OLE color: 2371126.
HSL color Cylindrical-coordinate representation of color #362E24: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #362E24 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 36 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.79 |
| HSL | 33.33º | 0.2% | 0.18% | - |
| HSV(B) | 33.33º | 0.33% | 0.21% | - |
| XYZ | 2.82 | 2.87 | 2.07 | - |
| YUV | 47.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 36 | 0 | 0.15 | 0.33 | 0.79 | 33.33 | 0.2 | 0.18 |
| Hex | 36 | 2E | 24 | 0 | F | 21 | 4F | 21 | 14 | 12 |
| Octal | 66 | 56 | 44 | 0 | 17 | 41 | 117 | 41 | 24 | 22 |
| Binary | 110110 | 101110 | 100100 | 0 | 1111 | 100001 | 1001111 | 100001 | 10100 | 10010 |
Color Harmonies of #362E24
Complementary color
Monochromatic Colors of #362E24
Black with #362E24
Text Example
Text Example
White with #362E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E24; }
p { color: rgb(54,46,36); }
H1.HeaderClassName
{
color: #362E24;
}
.AnyTagClassName
{
color: #362E24;
}
</style>
background-color css
<style>
a { background-color: #362E24; }
a { background-color: rgb(54,46,36); }
div.DivClassName
{
background-color: #362E24;
}
.BgClassName
{
background-color: #362E24;
}
</style>
border-color css
<style>
span { border-color: #362E24; }
span { border-color: rgb(54,46,36); }
td.TdClassName
{
border-color: #362E24;
}
.TagClassName
{
border-color: #362E24;
}
</style>