Shades of Black Magic #332A11
Tints of Black Magic #332A11
RGB
CMYK
RGB Variations
Color information
#332A11 (or 0x332A11) is known color: Black Magic. HEX triplet: 33, 2A and 11. RGB value is (51,42,17). Sum of RGB (Red+Green+Blue) = 51+42+17=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A11 is #CCD5EE. Grayscale: #292929. Windows color (decimal): -13424111 or 1124915. OLE color: 1124915.
HSL color Cylindrical-coordinate representation of color #332A11: hue angle of 44.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332A11 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 17 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.8 |
| HSL | 44.12º | 0.5% | 0.13% | - |
| HSV(B) | 44.12º | 0.67% | 0.2% | - |
| XYZ | 2.29 | 2.4 | 0.87 | - |
| YUV | 41.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 17 | 0 | 0.18 | 0.67 | 0.8 | 44.12 | 0.5 | 0.13 |
| Hex | 33 | 2A | 11 | 0 | 12 | 43 | 50 | 2C | 32 | D |
| Octal | 63 | 52 | 21 | 0 | 22 | 103 | 120 | 54 | 62 | 15 |
| Binary | 110011 | 101010 | 10001 | 0 | 10010 | 1000011 | 1010000 | 101100 | 110010 | 1101 |
Color Harmonies of #332A11
Complementary color
Monochromatic Colors of #332A11
Black with #332A11
Text Example
Text Example
White with #332A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A11; }
p { color: rgb(51,42,17); }
H1.HeaderClassName
{
color: #332A11;
}
.AnyTagClassName
{
color: #332A11;
}
</style>
background-color css
<style>
a { background-color: #332A11; }
a { background-color: rgb(51,42,17); }
div.DivClassName
{
background-color: #332A11;
}
.BgClassName
{
background-color: #332A11;
}
</style>
border-color css
<style>
span { border-color: #332A11; }
span { border-color: rgb(51,42,17); }
td.TdClassName
{
border-color: #332A11;
}
.TagClassName
{
border-color: #332A11;
}
</style>