Shades of Black Magic #352D14
Tints of Black Magic #352D14
RGB
CMYK
RGB Variations
Color information
#352D14 (or 0x352D14) is known color: Black Magic. HEX triplet: 35, 2D and 14. RGB value is (53,45,20). Sum of RGB (Red+Green+Blue) = 53+45+20=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #352D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D14 is #CAD2EB. Grayscale: #2C2C2C. Windows color (decimal): -13292268 or 1322293. OLE color: 1322293.
HSL color Cylindrical-coordinate representation of color #352D14: hue angle of 45.45º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352D14 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 45 | 20 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.79 |
| HSL | 45.45º | 0.45% | 0.14% | - |
| HSV(B) | 45.45º | 0.62% | 0.21% | - |
| XYZ | 2.53 | 2.68 | 1.05 | - |
| YUV | 44.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 20 | 0 | 0.15 | 0.62 | 0.79 | 45.45 | 0.45 | 0.14 |
| Hex | 35 | 2D | 14 | 0 | F | 3E | 4F | 2D | 2D | E |
| Octal | 65 | 55 | 24 | 0 | 17 | 76 | 117 | 55 | 55 | 16 |
| Binary | 110101 | 101101 | 10100 | 0 | 1111 | 111110 | 1001111 | 101101 | 101101 | 1110 |
Color Harmonies of #352D14
Complementary color
Monochromatic Colors of #352D14
Black with #352D14
Text Example
Text Example
White with #352D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D14; }
p { color: rgb(53,45,20); }
H1.HeaderClassName
{
color: #352D14;
}
.AnyTagClassName
{
color: #352D14;
}
</style>
background-color css
<style>
a { background-color: #352D14; }
a { background-color: rgb(53,45,20); }
div.DivClassName
{
background-color: #352D14;
}
.BgClassName
{
background-color: #352D14;
}
</style>
border-color css
<style>
span { border-color: #352D14; }
span { border-color: rgb(53,45,20); }
td.TdClassName
{
border-color: #352D14;
}
.TagClassName
{
border-color: #352D14;
}
</style>