Shades of Black Magic #352703
Tints of Black Magic #352703
RGB
CMYK
RGB Variations
Color information
#352703 (or 0x352703) is known color: Black Magic. HEX triplet: 35, 27 and 03. RGB value is (53,39,3). Sum of RGB (Red+Green+Blue) = 53+39+3=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #352703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352703 is #CAD8FC. Grayscale: #272727. Windows color (decimal): -13293821 or 206645. OLE color: 206645.
HSL color Cylindrical-coordinate representation of color #352703: hue angle of 43.2º 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 #352703 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 39 | 3 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.79 |
| HSL | 43.2º | 0.89% | 0.11% | - |
| HSV(B) | 43.2º | 0.94% | 0.21% | - |
| XYZ | 2.21 | 2.21 | 0.4 | - |
| YUV | 39.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 3 | 0 | 0.26 | 0.94 | 0.79 | 43.2 | 0.89 | 0.11 |
| Hex | 35 | 27 | 3 | 0 | 1A | 5E | 4F | 2B | 59 | B |
| Octal | 65 | 47 | 3 | 0 | 32 | 136 | 117 | 53 | 131 | 13 |
| Binary | 110101 | 100111 | 11 | 0 | 11010 | 1011110 | 1001111 | 101011 | 1011001 | 1011 |
Color Harmonies of #352703
Complementary color
Monochromatic Colors of #352703
Black with #352703
Text Example
Text Example
White with #352703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352703; }
p { color: rgb(53,39,3); }
H1.HeaderClassName
{
color: #352703;
}
.AnyTagClassName
{
color: #352703;
}
</style>
background-color css
<style>
a { background-color: #352703; }
a { background-color: rgb(53,39,3); }
div.DivClassName
{
background-color: #352703;
}
.BgClassName
{
background-color: #352703;
}
</style>
border-color css
<style>
span { border-color: #352703; }
span { border-color: rgb(53,39,3); }
td.TdClassName
{
border-color: #352703;
}
.TagClassName
{
border-color: #352703;
}
</style>