Shades of Black Magic #352707
Tints of Black Magic #352707
RGB
CMYK
RGB Variations
Color information
#352707 (or 0x352707) is known color: Black Magic. HEX triplet: 35, 27 and 07. RGB value is (53,39,7). Sum of RGB (Red+Green+Blue) = 53+39+7=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #352707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352707 is #CAD8F8. Grayscale: #272727. Windows color (decimal): -13293817 or 468789. OLE color: 468789.
HSL color Cylindrical-coordinate representation of color #352707: hue angle of 41.74º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #352707 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 39 | 7 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.79 |
| HSL | 41.74º | 0.77% | 0.12% | - |
| HSV(B) | 41.74º | 0.87% | 0.21% | - |
| XYZ | 2.23 | 2.22 | 0.51 | - |
| YUV | 39.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 7 | 0 | 0.26 | 0.87 | 0.79 | 41.74 | 0.77 | 0.12 |
| Hex | 35 | 27 | 7 | 0 | 1A | 57 | 4F | 2A | 4D | C |
| Octal | 65 | 47 | 7 | 0 | 32 | 127 | 117 | 52 | 115 | 14 |
| Binary | 110101 | 100111 | 111 | 0 | 11010 | 1010111 | 1001111 | 101010 | 1001101 | 1100 |
Color Harmonies of #352707
Complementary color
Monochromatic Colors of #352707
Black with #352707
Text Example
Text Example
White with #352707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352707; }
p { color: rgb(53,39,7); }
H1.HeaderClassName
{
color: #352707;
}
.AnyTagClassName
{
color: #352707;
}
</style>
background-color css
<style>
a { background-color: #352707; }
a { background-color: rgb(53,39,7); }
div.DivClassName
{
background-color: #352707;
}
.BgClassName
{
background-color: #352707;
}
</style>
border-color css
<style>
span { border-color: #352707; }
span { border-color: rgb(53,39,7); }
td.TdClassName
{
border-color: #352707;
}
.TagClassName
{
border-color: #352707;
}
</style>