Shades of Black Magic #332A1F
Tints of Black Magic #332A1F
RGB
CMYK
RGB Variations
Color information
#332A1F (or 0x332A1F) is known color: Black Magic. HEX triplet: 33, 2A and 1F. RGB value is (51,42,31). Sum of RGB (Red+Green+Blue) = 51+42+31=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A1F is #CCD5E0. Grayscale: #2B2B2B. Windows color (decimal): -13424097 or 2042419. OLE color: 2042419.
HSL color Cylindrical-coordinate representation of color #332A1F: hue angle of 33º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #332A1F is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 31 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.8 |
| HSL | 33º | 0.24% | 0.16% | - |
| HSV(B) | 33º | 0.39% | 0.2% | - |
| XYZ | 2.44 | 2.46 | 1.64 | - |
| YUV | 43.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 31 | 0 | 0.18 | 0.39 | 0.8 | 33 | 0.24 | 0.16 |
| Hex | 33 | 2A | 1F | 0 | 12 | 27 | 50 | 21 | 18 | 10 |
| Octal | 63 | 52 | 37 | 0 | 22 | 47 | 120 | 41 | 30 | 20 |
| Binary | 110011 | 101010 | 11111 | 0 | 10010 | 100111 | 1010000 | 100001 | 11000 | 10000 |
Color Harmonies of #332A1F
Complementary color
Monochromatic Colors of #332A1F
Black with #332A1F
Text Example
Text Example
White with #332A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A1F; }
p { color: rgb(51,42,31); }
H1.HeaderClassName
{
color: #332A1F;
}
.AnyTagClassName
{
color: #332A1F;
}
</style>
background-color css
<style>
a { background-color: #332A1F; }
a { background-color: rgb(51,42,31); }
div.DivClassName
{
background-color: #332A1F;
}
.BgClassName
{
background-color: #332A1F;
}
</style>
border-color css
<style>
span { border-color: #332A1F; }
span { border-color: rgb(51,42,31); }
td.TdClassName
{
border-color: #332A1F;
}
.TagClassName
{
border-color: #332A1F;
}
</style>