Shades of Black Magic #332D1D
Tints of Black Magic #332D1D
RGB
CMYK
RGB Variations
Color information
#332D1D (or 0x332D1D) is known color: Black Magic. HEX triplet: 33, 2D and 1D. RGB value is (51,45,29). Sum of RGB (Red+Green+Blue) = 51+45+29=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #332D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D1D is #CCD2E2. Grayscale: #2D2D2D. Windows color (decimal): -13423331 or 1912115. OLE color: 1912115.
HSL color Cylindrical-coordinate representation of color #332D1D: hue angle of 43.64º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #332D1D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 45 | 29 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.8 |
| HSL | 43.64º | 0.28% | 0.16% | - |
| HSV(B) | 43.64º | 0.43% | 0.2% | - |
| XYZ | 2.53 | 2.67 | 1.54 | - |
| YUV | 44.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 29 | 0 | 0.12 | 0.43 | 0.8 | 43.64 | 0.28 | 0.16 |
| Hex | 33 | 2D | 1D | 0 | C | 2B | 50 | 2C | 1C | 10 |
| Octal | 63 | 55 | 35 | 0 | 14 | 53 | 120 | 54 | 34 | 20 |
| Binary | 110011 | 101101 | 11101 | 0 | 1100 | 101011 | 1010000 | 101100 | 11100 | 10000 |
Color Harmonies of #332D1D
Complementary color
Monochromatic Colors of #332D1D
Black with #332D1D
Text Example
Text Example
White with #332D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D1D; }
p { color: rgb(51,45,29); }
H1.HeaderClassName
{
color: #332D1D;
}
.AnyTagClassName
{
color: #332D1D;
}
</style>
background-color css
<style>
a { background-color: #332D1D; }
a { background-color: rgb(51,45,29); }
div.DivClassName
{
background-color: #332D1D;
}
.BgClassName
{
background-color: #332D1D;
}
</style>
border-color css
<style>
span { border-color: #332D1D; }
span { border-color: rgb(51,45,29); }
td.TdClassName
{
border-color: #332D1D;
}
.TagClassName
{
border-color: #332D1D;
}
</style>