Shades of Black Magic #352C14
Tints of Black Magic #352C14
RGB
CMYK
RGB Variations
Color information
#352C14 (or 0x352C14) is known color: Black Magic. HEX triplet: 35, 2C and 14. RGB value is (53,44,20). Sum of RGB (Red+Green+Blue) = 53+44+20=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #352C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352C14 is #CAD3EB. Grayscale: #2C2C2C. Windows color (decimal): -13292524 or 1322037. OLE color: 1322037.
HSL color Cylindrical-coordinate representation of color #352C14: hue angle of 43.64º 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 #352C14 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 20 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.79 |
| HSL | 43.64º | 0.45% | 0.14% | - |
| HSV(B) | 43.64º | 0.62% | 0.21% | - |
| XYZ | 2.5 | 2.61 | 1.03 | - |
| YUV | 43.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 20 | 0 | 0.17 | 0.62 | 0.79 | 43.64 | 0.45 | 0.14 |
| Hex | 35 | 2C | 14 | 0 | 11 | 3E | 4F | 2C | 2D | E |
| Octal | 65 | 54 | 24 | 0 | 21 | 76 | 117 | 54 | 55 | 16 |
| Binary | 110101 | 101100 | 10100 | 0 | 10001 | 111110 | 1001111 | 101100 | 101101 | 1110 |
Color Harmonies of #352C14
Complementary color
Monochromatic Colors of #352C14
Black with #352C14
Text Example
Text Example
White with #352C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C14; }
p { color: rgb(53,44,20); }
H1.HeaderClassName
{
color: #352C14;
}
.AnyTagClassName
{
color: #352C14;
}
</style>
background-color css
<style>
a { background-color: #352C14; }
a { background-color: rgb(53,44,20); }
div.DivClassName
{
background-color: #352C14;
}
.BgClassName
{
background-color: #352C14;
}
</style>
border-color css
<style>
span { border-color: #352C14; }
span { border-color: rgb(53,44,20); }
td.TdClassName
{
border-color: #352C14;
}
.TagClassName
{
border-color: #352C14;
}
</style>