Shades of Black Magic #332D22
Tints of Black Magic #332D22
RGB
CMYK
RGB Variations
Color information
#332D22 (or 0x332D22) is known color: Black Magic. HEX triplet: 33, 2D and 22. RGB value is (51,45,34). Sum of RGB (Red+Green+Blue) = 51+45+34=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #332D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D22 is #CCD2DD. Grayscale: #2D2D2D. Windows color (decimal): -13423326 or 2239795. OLE color: 2239795.
HSL color Cylindrical-coordinate representation of color #332D22: hue angle of 38.82º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #332D22 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 45 | 34 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.8 |
| HSL | 38.82º | 0.2% | 0.17% | - |
| HSV(B) | 38.82º | 0.33% | 0.2% | - |
| XYZ | 2.59 | 2.7 | 1.9 | - |
| YUV | 45.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 34 | 0 | 0.12 | 0.33 | 0.8 | 38.82 | 0.2 | 0.17 |
| Hex | 33 | 2D | 22 | 0 | C | 21 | 50 | 27 | 14 | 11 |
| Octal | 63 | 55 | 42 | 0 | 14 | 41 | 120 | 47 | 24 | 21 |
| Binary | 110011 | 101101 | 100010 | 0 | 1100 | 100001 | 1010000 | 100111 | 10100 | 10001 |
Color Harmonies of #332D22
Complementary color
Monochromatic Colors of #332D22
Black with #332D22
Text Example
Text Example
White with #332D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D22; }
p { color: rgb(51,45,34); }
H1.HeaderClassName
{
color: #332D22;
}
.AnyTagClassName
{
color: #332D22;
}
</style>
background-color css
<style>
a { background-color: #332D22; }
a { background-color: rgb(51,45,34); }
div.DivClassName
{
background-color: #332D22;
}
.BgClassName
{
background-color: #332D22;
}
</style>
border-color css
<style>
span { border-color: #332D22; }
span { border-color: rgb(51,45,34); }
td.TdClassName
{
border-color: #332D22;
}
.TagClassName
{
border-color: #332D22;
}
</style>