Shades of Black Magic #332A14
Tints of Black Magic #332A14
RGB
CMYK
RGB Variations
Color information
#332A14 (or 0x332A14) is known color: Black Magic. HEX triplet: 33, 2A and 14. RGB value is (51,42,20). Sum of RGB (Red+Green+Blue) = 51+42+20=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #332A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A14 is #CCD5EB. Grayscale: #2A2A2A. Windows color (decimal): -13424108 or 1321523. OLE color: 1321523.
HSL color Cylindrical-coordinate representation of color #332A14: hue angle of 42.58º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #332A14 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 20 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.8 |
| HSL | 42.58º | 0.44% | 0.14% | - |
| HSV(B) | 42.58º | 0.61% | 0.2% | - |
| XYZ | 2.32 | 2.41 | 1 | - |
| YUV | 42.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 20 | 0 | 0.18 | 0.61 | 0.8 | 42.58 | 0.44 | 0.14 |
| Hex | 33 | 2A | 14 | 0 | 12 | 3D | 50 | 2B | 2C | E |
| Octal | 63 | 52 | 24 | 0 | 22 | 75 | 120 | 53 | 54 | 16 |
| Binary | 110011 | 101010 | 10100 | 0 | 10010 | 111101 | 1010000 | 101011 | 101100 | 1110 |
Color Harmonies of #332A14
Complementary color
Monochromatic Colors of #332A14
Black with #332A14
Text Example
Text Example
White with #332A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A14; }
p { color: rgb(51,42,20); }
H1.HeaderClassName
{
color: #332A14;
}
.AnyTagClassName
{
color: #332A14;
}
</style>
background-color css
<style>
a { background-color: #332A14; }
a { background-color: rgb(51,42,20); }
div.DivClassName
{
background-color: #332A14;
}
.BgClassName
{
background-color: #332A14;
}
</style>
border-color css
<style>
span { border-color: #332A14; }
span { border-color: rgb(51,42,20); }
td.TdClassName
{
border-color: #332A14;
}
.TagClassName
{
border-color: #332A14;
}
</style>