Shades of Black Magic #332A12
Tints of Black Magic #332A12
RGB
CMYK
RGB Variations
Color information
#332A12 (or 0x332A12) is known color: Black Magic. HEX triplet: 33, 2A and 12. RGB value is (51,42,18). Sum of RGB (Red+Green+Blue) = 51+42+18=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #332A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A12 is #CCD5ED. Grayscale: #2A2A2A. Windows color (decimal): -13424110 or 1190451. OLE color: 1190451.
HSL color Cylindrical-coordinate representation of color #332A12: hue angle of 43.64º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332A12 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 18 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.8 |
| HSL | 43.64º | 0.48% | 0.14% | - |
| HSV(B) | 43.64º | 0.65% | 0.2% | - |
| XYZ | 2.3 | 2.4 | 0.91 | - |
| YUV | 41.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 18 | 0 | 0.18 | 0.65 | 0.8 | 43.64 | 0.48 | 0.14 |
| Hex | 33 | 2A | 12 | 0 | 12 | 41 | 50 | 2C | 30 | E |
| Octal | 63 | 52 | 22 | 0 | 22 | 101 | 120 | 54 | 60 | 16 |
| Binary | 110011 | 101010 | 10010 | 0 | 10010 | 1000001 | 1010000 | 101100 | 110000 | 1110 |
Color Harmonies of #332A12
Complementary color
Monochromatic Colors of #332A12
Black with #332A12
Text Example
Text Example
White with #332A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A12; }
p { color: rgb(51,42,18); }
H1.HeaderClassName
{
color: #332A12;
}
.AnyTagClassName
{
color: #332A12;
}
</style>
background-color css
<style>
a { background-color: #332A12; }
a { background-color: rgb(51,42,18); }
div.DivClassName
{
background-color: #332A12;
}
.BgClassName
{
background-color: #332A12;
}
</style>
border-color css
<style>
span { border-color: #332A12; }
span { border-color: rgb(51,42,18); }
td.TdClassName
{
border-color: #332A12;
}
.TagClassName
{
border-color: #332A12;
}
</style>