Shades of Black Magic #352D15
Tints of Black Magic #352D15
RGB
CMYK
RGB Variations
Color information
#352D15 (or 0x352D15) is known color: Black Magic. HEX triplet: 35, 2D and 15. RGB value is (53,45,21). Sum of RGB (Red+Green+Blue) = 53+45+21=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #352D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D15 is #CAD2EA. Grayscale: #2C2C2C. Windows color (decimal): -13292267 or 1387829. OLE color: 1387829.
HSL color Cylindrical-coordinate representation of color #352D15: hue angle of 45º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352D15 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 21 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.79 |
| HSL | 45º | 0.43% | 0.15% | - |
| HSV(B) | 45º | 0.6% | 0.21% | - |
| XYZ | 2.54 | 2.69 | 1.09 | - |
| YUV | 44.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 21 | 0 | 0.15 | 0.60 | 0.79 | 45 | 0.43 | 0.15 |
| Hex | 35 | 2D | 15 | 0 | F | 3C | 4F | 2D | 2B | F |
| Octal | 65 | 55 | 25 | 0 | 17 | 74 | 117 | 55 | 53 | 17 |
| Binary | 110101 | 101101 | 10101 | 0 | 1111 | 111100 | 1001111 | 101101 | 101011 | 1111 |
Color Harmonies of #352D15
Complementary color
Monochromatic Colors of #352D15
Black with #352D15
Text Example
Text Example
White with #352D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D15; }
p { color: rgb(53,45,21); }
H1.HeaderClassName
{
color: #352D15;
}
.AnyTagClassName
{
color: #352D15;
}
</style>
background-color css
<style>
a { background-color: #352D15; }
a { background-color: rgb(53,45,21); }
div.DivClassName
{
background-color: #352D15;
}
.BgClassName
{
background-color: #352D15;
}
</style>
border-color css
<style>
span { border-color: #352D15; }
span { border-color: rgb(53,45,21); }
td.TdClassName
{
border-color: #352D15;
}
.TagClassName
{
border-color: #352D15;
}
</style>