Shades of Black Magic #332A1B
Tints of Black Magic #332A1B
RGB
CMYK
RGB Variations
Color information
#332A1B (or 0x332A1B) is known color: Black Magic. HEX triplet: 33, 2A and 1B. RGB value is (51,42,27). Sum of RGB (Red+Green+Blue) = 51+42+27=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #332A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A1B is #CCD5E4. Grayscale: #2B2B2B. Windows color (decimal): -13424101 or 1780275. OLE color: 1780275.
HSL color Cylindrical-coordinate representation of color #332A1B: hue angle of 37.5º 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 #332A1B is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 27 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.8 |
| HSL | 37.5º | 0.31% | 0.15% | - |
| HSV(B) | 37.5º | 0.47% | 0.2% | - |
| XYZ | 2.39 | 2.44 | 1.38 | - |
| YUV | 42.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 27 | 0 | 0.18 | 0.47 | 0.8 | 37.5 | 0.31 | 0.15 |
| Hex | 33 | 2A | 1B | 0 | 12 | 2F | 50 | 26 | 1F | F |
| Octal | 63 | 52 | 33 | 0 | 22 | 57 | 120 | 46 | 37 | 17 |
| Binary | 110011 | 101010 | 11011 | 0 | 10010 | 101111 | 1010000 | 100110 | 11111 | 1111 |
Color Harmonies of #332A1B
Complementary color
Monochromatic Colors of #332A1B
Black with #332A1B
Text Example
Text Example
White with #332A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A1B; }
p { color: rgb(51,42,27); }
H1.HeaderClassName
{
color: #332A1B;
}
.AnyTagClassName
{
color: #332A1B;
}
</style>
background-color css
<style>
a { background-color: #332A1B; }
a { background-color: rgb(51,42,27); }
div.DivClassName
{
background-color: #332A1B;
}
.BgClassName
{
background-color: #332A1B;
}
</style>
border-color css
<style>
span { border-color: #332A1B; }
span { border-color: rgb(51,42,27); }
td.TdClassName
{
border-color: #332A1B;
}
.TagClassName
{
border-color: #332A1B;
}
</style>