Shades of Black Magic #362A14
Tints of Black Magic #362A14
RGB
CMYK
RGB Variations
Color information
#362A14 (or 0x362A14) is known color: Black Magic. HEX triplet: 36, 2A and 14. RGB value is (54,42,20). Sum of RGB (Red+Green+Blue) = 54+42+20=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #362A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362A14 is #C9D5EB. Grayscale: #2B2B2B. Windows color (decimal): -13227500 or 1321526. OLE color: 1321526.
HSL color Cylindrical-coordinate representation of color #362A14: hue angle of 38.82º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362A14 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 20 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.79 |
| HSL | 38.82º | 0.46% | 0.15% | - |
| HSV(B) | 38.82º | 0.63% | 0.21% | - |
| XYZ | 2.48 | 2.49 | 1.01 | - |
| YUV | 43.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 20 | 0 | 0.22 | 0.63 | 0.79 | 38.82 | 0.46 | 0.15 |
| Hex | 36 | 2A | 14 | 0 | 16 | 3F | 4F | 27 | 2E | F |
| Octal | 66 | 52 | 24 | 0 | 26 | 77 | 117 | 47 | 56 | 17 |
| Binary | 110110 | 101010 | 10100 | 0 | 10110 | 111111 | 1001111 | 100111 | 101110 | 1111 |
Color Harmonies of #362A14
Complementary color
Monochromatic Colors of #362A14
Black with #362A14
Text Example
Text Example
White with #362A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A14; }
p { color: rgb(54,42,20); }
H1.HeaderClassName
{
color: #362A14;
}
.AnyTagClassName
{
color: #362A14;
}
</style>
background-color css
<style>
a { background-color: #362A14; }
a { background-color: rgb(54,42,20); }
div.DivClassName
{
background-color: #362A14;
}
.BgClassName
{
background-color: #362A14;
}
</style>
border-color css
<style>
span { border-color: #362A14; }
span { border-color: rgb(54,42,20); }
td.TdClassName
{
border-color: #362A14;
}
.TagClassName
{
border-color: #362A14;
}
</style>