Shades of Black Magic #352803
Tints of Black Magic #352803
RGB
CMYK
RGB Variations
Color information
#352803 (or 0x352803) is known color: Black Magic. HEX triplet: 35, 28 and 03. RGB value is (53,40,3). Sum of RGB (Red+Green+Blue) = 53+40+3=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #352803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352803 is #CAD7FC. Grayscale: #272727. Windows color (decimal): -13293565 or 206901. OLE color: 206901.
HSL color Cylindrical-coordinate representation of color #352803: hue angle of 44.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #352803 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 40 | 3 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.79 |
| HSL | 44.4º | 0.89% | 0.11% | - |
| HSV(B) | 44.4º | 0.94% | 0.21% | - |
| XYZ | 2.24 | 2.28 | 0.41 | - |
| YUV | 39.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 3 | 0 | 0.25 | 0.94 | 0.79 | 44.4 | 0.89 | 0.11 |
| Hex | 35 | 28 | 3 | 0 | 19 | 5E | 4F | 2C | 59 | B |
| Octal | 65 | 50 | 3 | 0 | 31 | 136 | 117 | 54 | 131 | 13 |
| Binary | 110101 | 101000 | 11 | 0 | 11001 | 1011110 | 1001111 | 101100 | 1011001 | 1011 |
Color Harmonies of #352803
Complementary color
Monochromatic Colors of #352803
Black with #352803
Text Example
Text Example
White with #352803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352803; }
p { color: rgb(53,40,3); }
H1.HeaderClassName
{
color: #352803;
}
.AnyTagClassName
{
color: #352803;
}
</style>
background-color css
<style>
a { background-color: #352803; }
a { background-color: rgb(53,40,3); }
div.DivClassName
{
background-color: #352803;
}
.BgClassName
{
background-color: #352803;
}
</style>
border-color css
<style>
span { border-color: #352803; }
span { border-color: rgb(53,40,3); }
td.TdClassName
{
border-color: #352803;
}
.TagClassName
{
border-color: #352803;
}
</style>