Shades of Black Magic #332D1B
Tints of Black Magic #332D1B
RGB
CMYK
RGB Variations
Color information
#332D1B (or 0x332D1B) is known color: Black Magic. HEX triplet: 33, 2D and 1B. RGB value is (51,45,27). Sum of RGB (Red+Green+Blue) = 51+45+27=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D1B is #CCD2E4. Grayscale: #2C2C2C. Windows color (decimal): -13423333 or 1781043. OLE color: 1781043.
HSL color Cylindrical-coordinate representation of color #332D1B: hue angle of 45º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #332D1B is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 45 | 27 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.8 |
| HSL | 45º | 0.31% | 0.15% | - |
| HSV(B) | 45º | 0.47% | 0.2% | - |
| XYZ | 2.5 | 2.66 | 1.42 | - |
| YUV | 44.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 27 | 0 | 0.12 | 0.47 | 0.8 | 45 | 0.31 | 0.15 |
| Hex | 33 | 2D | 1B | 0 | C | 2F | 50 | 2D | 1F | F |
| Octal | 63 | 55 | 33 | 0 | 14 | 57 | 120 | 55 | 37 | 17 |
| Binary | 110011 | 101101 | 11011 | 0 | 1100 | 101111 | 1010000 | 101101 | 11111 | 1111 |
Color Harmonies of #332D1B
Complementary color
Monochromatic Colors of #332D1B
Black with #332D1B
Text Example
Text Example
White with #332D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D1B; }
p { color: rgb(51,45,27); }
H1.HeaderClassName
{
color: #332D1B;
}
.AnyTagClassName
{
color: #332D1B;
}
</style>
background-color css
<style>
a { background-color: #332D1B; }
a { background-color: rgb(51,45,27); }
div.DivClassName
{
background-color: #332D1B;
}
.BgClassName
{
background-color: #332D1B;
}
</style>
border-color css
<style>
span { border-color: #332D1B; }
span { border-color: rgb(51,45,27); }
td.TdClassName
{
border-color: #332D1B;
}
.TagClassName
{
border-color: #332D1B;
}
</style>