Shades of Black Magic #352A09
Tints of Black Magic #352A09
RGB
CMYK
RGB Variations
Color information
#352A09 (or 0x352A09) is known color: Black Magic. HEX triplet: 35, 2A and 09. RGB value is (53,42,9). Sum of RGB (Red+Green+Blue) = 53+42+9=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #352A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A09 is #CAD5F6. Grayscale: #292929. Windows color (decimal): -13293047 or 600629. OLE color: 600629.
HSL color Cylindrical-coordinate representation of color #352A09: hue angle of 45º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #352A09 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 9 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.79 |
| HSL | 45º | 0.71% | 0.12% | - |
| HSV(B) | 45º | 0.83% | 0.21% | - |
| XYZ | 2.35 | 2.43 | 0.6 | - |
| YUV | 41.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 9 | 0 | 0.21 | 0.83 | 0.79 | 45 | 0.71 | 0.12 |
| Hex | 35 | 2A | 9 | 0 | 15 | 53 | 4F | 2D | 47 | C |
| Octal | 65 | 52 | 11 | 0 | 25 | 123 | 117 | 55 | 107 | 14 |
| Binary | 110101 | 101010 | 1001 | 0 | 10101 | 1010011 | 1001111 | 101101 | 1000111 | 1100 |
Color Harmonies of #352A09
Complementary color
Monochromatic Colors of #352A09
Black with #352A09
Text Example
Text Example
White with #352A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A09; }
p { color: rgb(53,42,9); }
H1.HeaderClassName
{
color: #352A09;
}
.AnyTagClassName
{
color: #352A09;
}
</style>
background-color css
<style>
a { background-color: #352A09; }
a { background-color: rgb(53,42,9); }
div.DivClassName
{
background-color: #352A09;
}
.BgClassName
{
background-color: #352A09;
}
</style>
border-color css
<style>
span { border-color: #352A09; }
span { border-color: rgb(53,42,9); }
td.TdClassName
{
border-color: #352A09;
}
.TagClassName
{
border-color: #352A09;
}
</style>