Shades of Black Magic #352D20
Tints of Black Magic #352D20
RGB
CMYK
RGB Variations
Color information
#352D20 (or 0x352D20) is known color: Black Magic. HEX triplet: 35, 2D and 20. RGB value is (53,45,32). Sum of RGB (Red+Green+Blue) = 53+45+32=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #352D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D20 is #CAD2DF. Grayscale: #2D2D2D. Windows color (decimal): -13292256 or 2108725. OLE color: 2108725.
HSL color Cylindrical-coordinate representation of color #352D20: hue angle of 37.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352D20 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 32 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.79 |
| HSL | 37.14º | 0.25% | 0.17% | - |
| HSV(B) | 37.14º | 0.4% | 0.21% | - |
| XYZ | 2.67 | 2.74 | 1.75 | - |
| YUV | 45.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 32 | 0 | 0.15 | 0.40 | 0.79 | 37.14 | 0.25 | 0.17 |
| Hex | 35 | 2D | 20 | 0 | F | 28 | 4F | 25 | 19 | 11 |
| Octal | 65 | 55 | 40 | 0 | 17 | 50 | 117 | 45 | 31 | 21 |
| Binary | 110101 | 101101 | 100000 | 0 | 1111 | 101000 | 1001111 | 100101 | 11001 | 10001 |
Color Harmonies of #352D20
Complementary color
Monochromatic Colors of #352D20
Black with #352D20
Text Example
Text Example
White with #352D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D20; }
p { color: rgb(53,45,32); }
H1.HeaderClassName
{
color: #352D20;
}
.AnyTagClassName
{
color: #352D20;
}
</style>
background-color css
<style>
a { background-color: #352D20; }
a { background-color: rgb(53,45,32); }
div.DivClassName
{
background-color: #352D20;
}
.BgClassName
{
background-color: #352D20;
}
</style>
border-color css
<style>
span { border-color: #352D20; }
span { border-color: rgb(53,45,32); }
td.TdClassName
{
border-color: #352D20;
}
.TagClassName
{
border-color: #352D20;
}
</style>