Shades of Black Magic #332A1A
Tints of Black Magic #332A1A
RGB
CMYK
RGB Variations
Color information
#332A1A (or 0x332A1A) is known color: Black Magic. HEX triplet: 33, 2A and 1A. RGB value is (51,42,26). Sum of RGB (Red+Green+Blue) = 51+42+26=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #332A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A1A is #CCD5E5. Grayscale: #2A2A2A. Windows color (decimal): -13424102 or 1714739. OLE color: 1714739.
HSL color Cylindrical-coordinate representation of color #332A1A: hue angle of 38.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #332A1A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 42 | 26 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.8 |
| HSL | 38.4º | 0.32% | 0.15% | - |
| HSV(B) | 38.4º | 0.49% | 0.2% | - |
| XYZ | 2.38 | 2.43 | 1.32 | - |
| YUV | 42.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 26 | 0 | 0.18 | 0.49 | 0.8 | 38.4 | 0.32 | 0.15 |
| Hex | 33 | 2A | 1A | 0 | 12 | 31 | 50 | 26 | 20 | F |
| Octal | 63 | 52 | 32 | 0 | 22 | 61 | 120 | 46 | 40 | 17 |
| Binary | 110011 | 101010 | 11010 | 0 | 10010 | 110001 | 1010000 | 100110 | 100000 | 1111 |
Color Harmonies of #332A1A
Complementary color
Monochromatic Colors of #332A1A
Black with #332A1A
Text Example
Text Example
White with #332A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A1A; }
p { color: rgb(51,42,26); }
H1.HeaderClassName
{
color: #332A1A;
}
.AnyTagClassName
{
color: #332A1A;
}
</style>
background-color css
<style>
a { background-color: #332A1A; }
a { background-color: rgb(51,42,26); }
div.DivClassName
{
background-color: #332A1A;
}
.BgClassName
{
background-color: #332A1A;
}
</style>
border-color css
<style>
span { border-color: #332A1A; }
span { border-color: rgb(51,42,26); }
td.TdClassName
{
border-color: #332A1A;
}
.TagClassName
{
border-color: #332A1A;
}
</style>