Shades of Black Magic #332D21
Tints of Black Magic #332D21
RGB
CMYK
RGB Variations
Color information
#332D21 (or 0x332D21) is known color: Black Magic. HEX triplet: 33, 2D and 21. RGB value is (51,45,33). Sum of RGB (Red+Green+Blue) = 51+45+33=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #332D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D21 is #CCD2DE. Grayscale: #2D2D2D. Windows color (decimal): -13423327 or 2174259. OLE color: 2174259.
HSL color Cylindrical-coordinate representation of color #332D21: hue angle of 40º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332D21 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 45 | 33 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.8 |
| HSL | 40º | 0.21% | 0.16% | - |
| HSV(B) | 40º | 0.35% | 0.2% | - |
| XYZ | 2.58 | 2.69 | 1.82 | - |
| YUV | 45.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 33 | 0 | 0.12 | 0.35 | 0.8 | 40 | 0.21 | 0.16 |
| Hex | 33 | 2D | 21 | 0 | C | 23 | 50 | 28 | 15 | 10 |
| Octal | 63 | 55 | 41 | 0 | 14 | 43 | 120 | 50 | 25 | 20 |
| Binary | 110011 | 101101 | 100001 | 0 | 1100 | 100011 | 1010000 | 101000 | 10101 | 10000 |
Color Harmonies of #332D21
Complementary color
Monochromatic Colors of #332D21
Black with #332D21
Text Example
Text Example
White with #332D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D21; }
p { color: rgb(51,45,33); }
H1.HeaderClassName
{
color: #332D21;
}
.AnyTagClassName
{
color: #332D21;
}
</style>
background-color css
<style>
a { background-color: #332D21; }
a { background-color: rgb(51,45,33); }
div.DivClassName
{
background-color: #332D21;
}
.BgClassName
{
background-color: #332D21;
}
</style>
border-color css
<style>
span { border-color: #332D21; }
span { border-color: rgb(51,45,33); }
td.TdClassName
{
border-color: #332D21;
}
.TagClassName
{
border-color: #332D21;
}
</style>