Shades of Black Magic #332A17
Tints of Black Magic #332A17
RGB
CMYK
RGB Variations
Color information
#332A17 (or 0x332A17) is known color: Black Magic. HEX triplet: 33, 2A and 17. RGB value is (51,42,23). Sum of RGB (Red+Green+Blue) = 51+42+23=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332A17 is #CCD5E8. Grayscale: #2A2A2A. Windows color (decimal): -13424105 or 1518131. OLE color: 1518131.
HSL color Cylindrical-coordinate representation of color #332A17: hue angle of 40.71º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #332A17 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 23 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.8 |
| HSL | 40.71º | 0.38% | 0.15% | - |
| HSV(B) | 40.71º | 0.55% | 0.2% | - |
| XYZ | 2.35 | 2.42 | 1.15 | - |
| YUV | 42.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 23 | 0 | 0.18 | 0.55 | 0.8 | 40.71 | 0.38 | 0.15 |
| Hex | 33 | 2A | 17 | 0 | 12 | 37 | 50 | 29 | 26 | F |
| Octal | 63 | 52 | 27 | 0 | 22 | 67 | 120 | 51 | 46 | 17 |
| Binary | 110011 | 101010 | 10111 | 0 | 10010 | 110111 | 1010000 | 101001 | 100110 | 1111 |
Color Harmonies of #332A17
Complementary color
Monochromatic Colors of #332A17
Black with #332A17
Text Example
Text Example
White with #332A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A17; }
p { color: rgb(51,42,23); }
H1.HeaderClassName
{
color: #332A17;
}
.AnyTagClassName
{
color: #332A17;
}
</style>
background-color css
<style>
a { background-color: #332A17; }
a { background-color: rgb(51,42,23); }
div.DivClassName
{
background-color: #332A17;
}
.BgClassName
{
background-color: #332A17;
}
</style>
border-color css
<style>
span { border-color: #332A17; }
span { border-color: rgb(51,42,23); }
td.TdClassName
{
border-color: #332A17;
}
.TagClassName
{
border-color: #332A17;
}
</style>