Shades of Black Magic #332916
Tints of Black Magic #332916
RGB
CMYK
RGB Variations
Color information
#332916 (or 0x332916) is known color: Black Magic. HEX triplet: 33, 29 and 16. RGB value is (51,41,22). Sum of RGB (Red+Green+Blue) = 51+41+22=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #332916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332916 is #CCD6E9. Grayscale: #292929. Windows color (decimal): -13424362 or 1452339. OLE color: 1452339.
HSL color Cylindrical-coordinate representation of color #332916: hue angle of 39.31º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #332916 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 22 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.8 |
| HSL | 39.31º | 0.4% | 0.14% | - |
| HSV(B) | 39.31º | 0.57% | 0.2% | - |
| XYZ | 2.3 | 2.35 | 1.09 | - |
| YUV | 41.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 22 | 0 | 0.20 | 0.57 | 0.8 | 39.31 | 0.4 | 0.14 |
| Hex | 33 | 29 | 16 | 0 | 14 | 39 | 50 | 27 | 28 | E |
| Octal | 63 | 51 | 26 | 0 | 24 | 71 | 120 | 47 | 50 | 16 |
| Binary | 110011 | 101001 | 10110 | 0 | 10100 | 111001 | 1010000 | 100111 | 101000 | 1110 |
Color Harmonies of #332916
Complementary color
Monochromatic Colors of #332916
Black with #332916
Text Example
Text Example
White with #332916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332916; }
p { color: rgb(51,41,22); }
H1.HeaderClassName
{
color: #332916;
}
.AnyTagClassName
{
color: #332916;
}
</style>
background-color css
<style>
a { background-color: #332916; }
a { background-color: rgb(51,41,22); }
div.DivClassName
{
background-color: #332916;
}
.BgClassName
{
background-color: #332916;
}
</style>
border-color css
<style>
span { border-color: #332916; }
span { border-color: rgb(51,41,22); }
td.TdClassName
{
border-color: #332916;
}
.TagClassName
{
border-color: #332916;
}
</style>