Shades of Black Magic #362E22
Tints of Black Magic #362E22
RGB
CMYK
RGB Variations
Color information
#362E22 (or 0x362E22) is known color: Black Magic. HEX triplet: 36, 2E and 22. RGB value is (54,46,34). Sum of RGB (Red+Green+Blue) = 54+46+34=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #362E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E22 is #C9D1DD. Grayscale: #2F2F2F. Windows color (decimal): -13226462 or 2240054. OLE color: 2240054.
HSL color Cylindrical-coordinate representation of color #362E22: hue angle of 36º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #362E22 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 34 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.79 |
| HSL | 36º | 0.23% | 0.17% | - |
| HSV(B) | 36º | 0.37% | 0.21% | - |
| XYZ | 2.79 | 2.85 | 1.92 | - |
| YUV | 47.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 34 | 0 | 0.15 | 0.37 | 0.79 | 36 | 0.23 | 0.17 |
| Hex | 36 | 2E | 22 | 0 | F | 25 | 4F | 24 | 17 | 11 |
| Octal | 66 | 56 | 42 | 0 | 17 | 45 | 117 | 44 | 27 | 21 |
| Binary | 110110 | 101110 | 100010 | 0 | 1111 | 100101 | 1001111 | 100100 | 10111 | 10001 |
Color Harmonies of #362E22
Complementary color
Monochromatic Colors of #362E22
Black with #362E22
Text Example
Text Example
White with #362E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E22; }
p { color: rgb(54,46,34); }
H1.HeaderClassName
{
color: #362E22;
}
.AnyTagClassName
{
color: #362E22;
}
</style>
background-color css
<style>
a { background-color: #362E22; }
a { background-color: rgb(54,46,34); }
div.DivClassName
{
background-color: #362E22;
}
.BgClassName
{
background-color: #362E22;
}
</style>
border-color css
<style>
span { border-color: #362E22; }
span { border-color: rgb(54,46,34); }
td.TdClassName
{
border-color: #362E22;
}
.TagClassName
{
border-color: #362E22;
}
</style>