Shades of Black Magic #332914
Tints of Black Magic #332914
RGB
CMYK
RGB Variations
Color information
#332914 (or 0x332914) is known color: Black Magic. HEX triplet: 33, 29 and 14. RGB value is (51,41,20). Sum of RGB (Red+Green+Blue) = 51+41+20=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #332914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332914 is #CCD6EB. Grayscale: #292929. Windows color (decimal): -13424364 or 1321267. OLE color: 1321267.
HSL color Cylindrical-coordinate representation of color #332914: hue angle of 40.65º 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 #332914 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 20 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.8 |
| HSL | 40.65º | 0.44% | 0.14% | - |
| HSV(B) | 40.65º | 0.61% | 0.2% | - |
| XYZ | 2.28 | 2.34 | 0.99 | - |
| YUV | 41.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 20 | 0 | 0.20 | 0.61 | 0.8 | 40.65 | 0.44 | 0.14 |
| Hex | 33 | 29 | 14 | 0 | 14 | 3D | 50 | 29 | 2C | E |
| Octal | 63 | 51 | 24 | 0 | 24 | 75 | 120 | 51 | 54 | 16 |
| Binary | 110011 | 101001 | 10100 | 0 | 10100 | 111101 | 1010000 | 101001 | 101100 | 1110 |
Color Harmonies of #332914
Complementary color
Monochromatic Colors of #332914
Black with #332914
Text Example
Text Example
White with #332914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332914; }
p { color: rgb(51,41,20); }
H1.HeaderClassName
{
color: #332914;
}
.AnyTagClassName
{
color: #332914;
}
</style>
background-color css
<style>
a { background-color: #332914; }
a { background-color: rgb(51,41,20); }
div.DivClassName
{
background-color: #332914;
}
.BgClassName
{
background-color: #332914;
}
</style>
border-color css
<style>
span { border-color: #332914; }
span { border-color: rgb(51,41,20); }
td.TdClassName
{
border-color: #332914;
}
.TagClassName
{
border-color: #332914;
}
</style>