Shades of Black Magic #332910
Tints of Black Magic #332910
RGB
CMYK
RGB Variations
Color information
#332910 (or 0x332910) is known color: Black Magic. HEX triplet: 33, 29 and 10. RGB value is (51,41,16). Sum of RGB (Red+Green+Blue) = 51+41+16=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #332910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332910 is #CCD6EF. Grayscale: #292929. Windows color (decimal): -13424368 or 1059123. OLE color: 1059123.
HSL color Cylindrical-coordinate representation of color #332910: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332910 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 16 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.8 |
| HSL | 42.86º | 0.52% | 0.13% | - |
| HSV(B) | 42.86º | 0.69% | 0.2% | - |
| XYZ | 2.25 | 2.33 | 0.82 | - |
| YUV | 41.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 16 | 0 | 0.20 | 0.69 | 0.8 | 42.86 | 0.52 | 0.13 |
| Hex | 33 | 29 | 10 | 0 | 14 | 45 | 50 | 2B | 34 | D |
| Octal | 63 | 51 | 20 | 0 | 24 | 105 | 120 | 53 | 64 | 15 |
| Binary | 110011 | 101001 | 10000 | 0 | 10100 | 1000101 | 1010000 | 101011 | 110100 | 1101 |
Color Harmonies of #332910
Complementary color
Monochromatic Colors of #332910
Black with #332910
Text Example
Text Example
White with #332910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332910; }
p { color: rgb(51,41,16); }
H1.HeaderClassName
{
color: #332910;
}
.AnyTagClassName
{
color: #332910;
}
</style>
background-color css
<style>
a { background-color: #332910; }
a { background-color: rgb(51,41,16); }
div.DivClassName
{
background-color: #332910;
}
.BgClassName
{
background-color: #332910;
}
</style>
border-color css
<style>
span { border-color: #332910; }
span { border-color: rgb(51,41,16); }
td.TdClassName
{
border-color: #332910;
}
.TagClassName
{
border-color: #332910;
}
</style>