Shades of Black Magic #352C21
Tints of Black Magic #352C21
RGB
CMYK
RGB Variations
Color information
#352C21 (or 0x352C21) is known color: Black Magic. HEX triplet: 35, 2C and 21. RGB value is (53,44,33). Sum of RGB (Red+Green+Blue) = 53+44+33=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #352C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C21 is #CAD3DE. Grayscale: #2D2D2D. Windows color (decimal): -13292511 or 2174005. OLE color: 2174005.
HSL color Cylindrical-coordinate representation of color #352C21: hue angle of 33º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352C21 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 33 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.79 |
| HSL | 33º | 0.23% | 0.17% | - |
| HSV(B) | 33º | 0.38% | 0.21% | - |
| XYZ | 2.64 | 2.67 | 1.81 | - |
| YUV | 45.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 33 | 0 | 0.17 | 0.38 | 0.79 | 33 | 0.23 | 0.17 |
| Hex | 35 | 2C | 21 | 0 | 11 | 26 | 4F | 21 | 17 | 11 |
| Octal | 65 | 54 | 41 | 0 | 21 | 46 | 117 | 41 | 27 | 21 |
| Binary | 110101 | 101100 | 100001 | 0 | 10001 | 100110 | 1001111 | 100001 | 10111 | 10001 |
Color Harmonies of #352C21
Complementary color
Monochromatic Colors of #352C21
Black with #352C21
Text Example
Text Example
White with #352C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C21; }
p { color: rgb(53,44,33); }
H1.HeaderClassName
{
color: #352C21;
}
.AnyTagClassName
{
color: #352C21;
}
</style>
background-color css
<style>
a { background-color: #352C21; }
a { background-color: rgb(53,44,33); }
div.DivClassName
{
background-color: #352C21;
}
.BgClassName
{
background-color: #352C21;
}
</style>
border-color css
<style>
span { border-color: #352C21; }
span { border-color: rgb(53,44,33); }
td.TdClassName
{
border-color: #352C21;
}
.TagClassName
{
border-color: #352C21;
}
</style>