Shades of Black Magic #332E24
Tints of Black Magic #332E24
RGB
CMYK
RGB Variations
Color information
#332E24 (or 0x332E24) is known color: Black Magic. HEX triplet: 33, 2E and 24. RGB value is (51,46,36). Sum of RGB (Red+Green+Blue) = 51+46+36=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 51 - color contains mainly: red. Hex color #332E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E24 is #CCD1DB. Grayscale: #2E2E2E. Windows color (decimal): -13423068 or 2371123. OLE color: 2371123.
HSL color Cylindrical-coordinate representation of color #332E24: hue angle of 40º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #332E24 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 46 | 36 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.8 |
| HSL | 40º | 0.17% | 0.17% | - |
| HSV(B) | 40º | 0.29% | 0.2% | - |
| XYZ | 2.66 | 2.79 | 2.07 | - |
| YUV | 46.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 36 | 0 | 0.10 | 0.29 | 0.8 | 40 | 0.17 | 0.17 |
| Hex | 33 | 2E | 24 | 0 | A | 1D | 50 | 28 | 11 | 11 |
| Octal | 63 | 56 | 44 | 0 | 12 | 35 | 120 | 50 | 21 | 21 |
| Binary | 110011 | 101110 | 100100 | 0 | 1010 | 11101 | 1010000 | 101000 | 10001 | 10001 |
Color Harmonies of #332E24
Complementary color
Monochromatic Colors of #332E24
Black with #332E24
Text Example
Text Example
White with #332E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E24; }
p { color: rgb(51,46,36); }
H1.HeaderClassName
{
color: #332E24;
}
.AnyTagClassName
{
color: #332E24;
}
</style>
background-color css
<style>
a { background-color: #332E24; }
a { background-color: rgb(51,46,36); }
div.DivClassName
{
background-color: #332E24;
}
.BgClassName
{
background-color: #332E24;
}
</style>
border-color css
<style>
span { border-color: #332E24; }
span { border-color: rgb(51,46,36); }
td.TdClassName
{
border-color: #332E24;
}
.TagClassName
{
border-color: #332E24;
}
</style>