Shades of Black Magic #362B14
Tints of Black Magic #362B14
RGB
CMYK
RGB Variations
Color information
#362B14 (or 0x362B14) is known color: Black Magic. HEX triplet: 36, 2B and 14. RGB value is (54,43,20). Sum of RGB (Red+Green+Blue) = 54+43+20=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #362B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B14 is #C9D4EB. Grayscale: #2B2B2B. Windows color (decimal): -13227244 or 1321782. OLE color: 1321782.
HSL color Cylindrical-coordinate representation of color #362B14: hue angle of 40.59º 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 #362B14 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 20 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.79 |
| HSL | 40.59º | 0.46% | 0.15% | - |
| HSV(B) | 40.59º | 0.63% | 0.21% | - |
| XYZ | 2.51 | 2.56 | 1.02 | - |
| YUV | 43.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 20 | 0 | 0.20 | 0.63 | 0.79 | 40.59 | 0.46 | 0.15 |
| Hex | 36 | 2B | 14 | 0 | 14 | 3F | 4F | 29 | 2E | F |
| Octal | 66 | 53 | 24 | 0 | 24 | 77 | 117 | 51 | 56 | 17 |
| Binary | 110110 | 101011 | 10100 | 0 | 10100 | 111111 | 1001111 | 101001 | 101110 | 1111 |
Color Harmonies of #362B14
Complementary color
Monochromatic Colors of #362B14
Black with #362B14
Text Example
Text Example
White with #362B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B14; }
p { color: rgb(54,43,20); }
H1.HeaderClassName
{
color: #362B14;
}
.AnyTagClassName
{
color: #362B14;
}
</style>
background-color css
<style>
a { background-color: #362B14; }
a { background-color: rgb(54,43,20); }
div.DivClassName
{
background-color: #362B14;
}
.BgClassName
{
background-color: #362B14;
}
</style>
border-color css
<style>
span { border-color: #362B14; }
span { border-color: rgb(54,43,20); }
td.TdClassName
{
border-color: #362B14;
}
.TagClassName
{
border-color: #362B14;
}
</style>