Shades of Black Magic #362E1E
Tints of Black Magic #362E1E
RGB
CMYK
RGB Variations
Color information
#362E1E (or 0x362E1E) is known color: Black Magic. HEX triplet: 36, 2E and 1E. RGB value is (54,46,30). Sum of RGB (Red+Green+Blue) = 54+46+30=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #362E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E1E is #C9D1E1. Grayscale: #2E2E2E. Windows color (decimal): -13226466 or 1977910. OLE color: 1977910.
HSL color Cylindrical-coordinate representation of color #362E1E: hue angle of 40º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #362E1E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 46 | 30 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.79 |
| HSL | 40º | 0.29% | 0.16% | - |
| HSV(B) | 40º | 0.44% | 0.21% | - |
| XYZ | 2.73 | 2.83 | 1.63 | - |
| YUV | 46.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 30 | 0 | 0.15 | 0.44 | 0.79 | 40 | 0.29 | 0.16 |
| Hex | 36 | 2E | 1E | 0 | F | 2C | 4F | 28 | 1D | 10 |
| Octal | 66 | 56 | 36 | 0 | 17 | 54 | 117 | 50 | 35 | 20 |
| Binary | 110110 | 101110 | 11110 | 0 | 1111 | 101100 | 1001111 | 101000 | 11101 | 10000 |
Color Harmonies of #362E1E
Complementary color
Monochromatic Colors of #362E1E
Black with #362E1E
Text Example
Text Example
White with #362E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E1E; }
p { color: rgb(54,46,30); }
H1.HeaderClassName
{
color: #362E1E;
}
.AnyTagClassName
{
color: #362E1E;
}
</style>
background-color css
<style>
a { background-color: #362E1E; }
a { background-color: rgb(54,46,30); }
div.DivClassName
{
background-color: #362E1E;
}
.BgClassName
{
background-color: #362E1E;
}
</style>
border-color css
<style>
span { border-color: #362E1E; }
span { border-color: rgb(54,46,30); }
td.TdClassName
{
border-color: #362E1E;
}
.TagClassName
{
border-color: #362E1E;
}
</style>