Shades of Black Magic #362A19
Tints of Black Magic #362A19
RGB
CMYK
RGB Variations
Color information
#362A19 (or 0x362A19) is known color: Black Magic. HEX triplet: 36, 2A and 19. RGB value is (54,42,25). Sum of RGB (Red+Green+Blue) = 54+42+25=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #362A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A19 is #C9D5E6. Grayscale: #2B2B2B. Windows color (decimal): -13227495 or 1649206. OLE color: 1649206.
HSL color Cylindrical-coordinate representation of color #362A19: hue angle of 35.17º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #362A19 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 25 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.79 |
| HSL | 35.17º | 0.37% | 0.15% | - |
| HSV(B) | 35.17º | 0.54% | 0.21% | - |
| XYZ | 2.52 | 2.51 | 1.27 | - |
| YUV | 43.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 25 | 0 | 0.22 | 0.54 | 0.79 | 35.17 | 0.37 | 0.15 |
| Hex | 36 | 2A | 19 | 0 | 16 | 36 | 4F | 23 | 25 | F |
| Octal | 66 | 52 | 31 | 0 | 26 | 66 | 117 | 43 | 45 | 17 |
| Binary | 110110 | 101010 | 11001 | 0 | 10110 | 110110 | 1001111 | 100011 | 100101 | 1111 |
Color Harmonies of #362A19
Complementary color
Monochromatic Colors of #362A19
Black with #362A19
Text Example
Text Example
White with #362A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A19; }
p { color: rgb(54,42,25); }
H1.HeaderClassName
{
color: #362A19;
}
.AnyTagClassName
{
color: #362A19;
}
</style>
background-color css
<style>
a { background-color: #362A19; }
a { background-color: rgb(54,42,25); }
div.DivClassName
{
background-color: #362A19;
}
.BgClassName
{
background-color: #362A19;
}
</style>
border-color css
<style>
span { border-color: #362A19; }
span { border-color: rgb(54,42,25); }
td.TdClassName
{
border-color: #362A19;
}
.TagClassName
{
border-color: #362A19;
}
</style>