Shades of Black Magic #352D16
Tints of Black Magic #352D16
RGB
CMYK
RGB Variations
Color information
#352D16 (or 0x352D16) is known color: Black Magic. HEX triplet: 35, 2D and 16. RGB value is (53,45,22). Sum of RGB (Red+Green+Blue) = 53+45+22=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #352D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D16 is #CAD2E9. Grayscale: #2C2C2C. Windows color (decimal): -13292266 or 1453365. OLE color: 1453365.
HSL color Cylindrical-coordinate representation of color #352D16: hue angle of 44.52º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352D16 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 22 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.79 |
| HSL | 44.52º | 0.41% | 0.15% | - |
| HSV(B) | 44.52º | 0.58% | 0.21% | - |
| XYZ | 2.55 | 2.69 | 1.14 | - |
| YUV | 44.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 22 | 0 | 0.15 | 0.58 | 0.79 | 44.52 | 0.41 | 0.15 |
| Hex | 35 | 2D | 16 | 0 | F | 3A | 4F | 2D | 29 | F |
| Octal | 65 | 55 | 26 | 0 | 17 | 72 | 117 | 55 | 51 | 17 |
| Binary | 110101 | 101101 | 10110 | 0 | 1111 | 111010 | 1001111 | 101101 | 101001 | 1111 |
Color Harmonies of #352D16
Complementary color
Monochromatic Colors of #352D16
Black with #352D16
Text Example
Text Example
White with #352D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D16; }
p { color: rgb(53,45,22); }
H1.HeaderClassName
{
color: #352D16;
}
.AnyTagClassName
{
color: #352D16;
}
</style>
background-color css
<style>
a { background-color: #352D16; }
a { background-color: rgb(53,45,22); }
div.DivClassName
{
background-color: #352D16;
}
.BgClassName
{
background-color: #352D16;
}
</style>
border-color css
<style>
span { border-color: #352D16; }
span { border-color: rgb(53,45,22); }
td.TdClassName
{
border-color: #352D16;
}
.TagClassName
{
border-color: #352D16;
}
</style>