Shades of Black Magic #332C22
Tints of Black Magic #332C22
RGB
CMYK
RGB Variations
Color information
#332C22 (or 0x332C22) is known color: Black Magic. HEX triplet: 33, 2C and 22. RGB value is (51,44,34). Sum of RGB (Red+Green+Blue) = 51+44+34=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #332C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C22 is #CCD3DD. Grayscale: #2D2D2D. Windows color (decimal): -13423582 or 2239539. OLE color: 2239539.
HSL color Cylindrical-coordinate representation of color #332C22: hue angle of 35.29º 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 #332C22 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.8.
Color convert
RGB | 51 | 44 | 34 | - |
CMYK | 0 | 0.14 | 0.33 | 0.8 |
HSL | 35.29º | 0.2% | 0.17% | - |
HSV(B) | 35.29º | 0.33% | 0.2% | - |
XYZ | 2.55 | 2.62 | 1.88 | - |
YUV | 44.95 | 121.82 | 132.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 44 | 34 | 0 | 0.14 | 0.33 | 0.8 | 35.29 | 0.2 | 0.17 |
Hex | 33 | 2C | 22 | 0 | E | 21 | 50 | 23 | 14 | 11 |
Octal | 63 | 54 | 42 | 0 | 16 | 41 | 120 | 43 | 24 | 21 |
Binary | 110011 | 101100 | 100010 | 0 | 1110 | 100001 | 1010000 | 100011 | 10100 | 10001 |
Color Harmonies of #332C22
Complementary color
Monochromatic Colors of #332C22
Black with #332C22
Text Example
Text Example
White with #332C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C22; }
p { color: rgb(51,44,34); }
H1.HeaderClassName
{
color: #332C22;
}
.AnyTagClassName
{
color: #332C22;
}
</style>
background-color css
<style>
a { background-color: #332C22; }
a { background-color: rgb(51,44,34); }
div.DivClassName
{
background-color: #332C22;
}
.BgClassName
{
background-color: #332C22;
}
</style>
border-color css
<style>
span { border-color: #332C22; }
span { border-color: rgb(51,44,34); }
td.TdClassName
{
border-color: #332C22;
}
.TagClassName
{
border-color: #332C22;
}
</style>