Shades of Black Magic #332B1C
Tints of Black Magic #332B1C
RGB
CMYK
RGB Variations
Color information
#332B1C (or 0x332B1C) is known color: Black Magic. HEX triplet: 33, 2B and 1C. RGB value is (51,43,28). Sum of RGB (Red+Green+Blue) = 51+43+28=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #332B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B1C is #CCD4E3. Grayscale: #2B2B2B. Windows color (decimal): -13423844 or 1846067. OLE color: 1846067.
HSL color Cylindrical-coordinate representation of color #332B1C: hue angle of 39.13º 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 #332B1C is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 43 | 28 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.8 |
| HSL | 39.13º | 0.29% | 0.15% | - |
| HSV(B) | 39.13º | 0.45% | 0.2% | - |
| XYZ | 2.44 | 2.52 | 1.46 | - |
| YUV | 43.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 28 | 0 | 0.16 | 0.45 | 0.8 | 39.13 | 0.29 | 0.15 |
| Hex | 33 | 2B | 1C | 0 | 10 | 2D | 50 | 27 | 1D | F |
| Octal | 63 | 53 | 34 | 0 | 20 | 55 | 120 | 47 | 35 | 17 |
| Binary | 110011 | 101011 | 11100 | 0 | 10000 | 101101 | 1010000 | 100111 | 11101 | 1111 |
Color Harmonies of #332B1C
Complementary color
Monochromatic Colors of #332B1C
Black with #332B1C
Text Example
Text Example
White with #332B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B1C; }
p { color: rgb(51,43,28); }
H1.HeaderClassName
{
color: #332B1C;
}
.AnyTagClassName
{
color: #332B1C;
}
</style>
background-color css
<style>
a { background-color: #332B1C; }
a { background-color: rgb(51,43,28); }
div.DivClassName
{
background-color: #332B1C;
}
.BgClassName
{
background-color: #332B1C;
}
</style>
border-color css
<style>
span { border-color: #332B1C; }
span { border-color: rgb(51,43,28); }
td.TdClassName
{
border-color: #332B1C;
}
.TagClassName
{
border-color: #332B1C;
}
</style>