Shades of Black Magic #332A1C
Tints of Black Magic #332A1C
RGB
CMYK
RGB Variations
Color information
#332A1C (or 0x332A1C) is known color: Black Magic. HEX triplet: 33, 2A and 1C. RGB value is (51,42,28). Sum of RGB (Red+Green+Blue) = 51+42+28=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #332A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A1C is #CCD5E3. Grayscale: #2B2B2B. Windows color (decimal): -13424100 or 1845811. OLE color: 1845811.
HSL color Cylindrical-coordinate representation of color #332A1C: hue angle of 36.52º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #332A1C is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 28 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.8 |
| HSL | 36.52º | 0.29% | 0.15% | - |
| HSV(B) | 36.52º | 0.45% | 0.2% | - |
| XYZ | 2.4 | 2.44 | 1.44 | - |
| YUV | 43.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 28 | 0 | 0.18 | 0.45 | 0.8 | 36.52 | 0.29 | 0.15 |
| Hex | 33 | 2A | 1C | 0 | 12 | 2D | 50 | 25 | 1D | F |
| Octal | 63 | 52 | 34 | 0 | 22 | 55 | 120 | 45 | 35 | 17 |
| Binary | 110011 | 101010 | 11100 | 0 | 10010 | 101101 | 1010000 | 100101 | 11101 | 1111 |
Color Harmonies of #332A1C
Complementary color
Monochromatic Colors of #332A1C
Black with #332A1C
Text Example
Text Example
White with #332A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A1C; }
p { color: rgb(51,42,28); }
H1.HeaderClassName
{
color: #332A1C;
}
.AnyTagClassName
{
color: #332A1C;
}
</style>
background-color css
<style>
a { background-color: #332A1C; }
a { background-color: rgb(51,42,28); }
div.DivClassName
{
background-color: #332A1C;
}
.BgClassName
{
background-color: #332A1C;
}
</style>
border-color css
<style>
span { border-color: #332A1C; }
span { border-color: rgb(51,42,28); }
td.TdClassName
{
border-color: #332A1C;
}
.TagClassName
{
border-color: #332A1C;
}
</style>