Shades of Black Magic #352A11
Tints of Black Magic #352A11
RGB
CMYK
RGB Variations
Color information
#352A11 (or 0x352A11) is known color: Black Magic. HEX triplet: 35, 2A and 11. RGB value is (53,42,17). Sum of RGB (Red+Green+Blue) = 53+42+17=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A11 is #CAD5EE. Grayscale: #2A2A2A. Windows color (decimal): -13293039 or 1124917. OLE color: 1124917.
HSL color Cylindrical-coordinate representation of color #352A11: hue angle of 41.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352A11 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 17 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.79 |
| HSL | 41.67º | 0.51% | 0.14% | - |
| HSV(B) | 41.67º | 0.68% | 0.21% | - |
| XYZ | 2.4 | 2.45 | 0.88 | - |
| YUV | 42.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 17 | 0 | 0.21 | 0.68 | 0.79 | 41.67 | 0.51 | 0.14 |
| Hex | 35 | 2A | 11 | 0 | 15 | 44 | 4F | 2A | 33 | E |
| Octal | 65 | 52 | 21 | 0 | 25 | 104 | 117 | 52 | 63 | 16 |
| Binary | 110101 | 101010 | 10001 | 0 | 10101 | 1000100 | 1001111 | 101010 | 110011 | 1110 |
Color Harmonies of #352A11
Complementary color
Monochromatic Colors of #352A11
Black with #352A11
Text Example
Text Example
White with #352A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A11; }
p { color: rgb(53,42,17); }
H1.HeaderClassName
{
color: #352A11;
}
.AnyTagClassName
{
color: #352A11;
}
</style>
background-color css
<style>
a { background-color: #352A11; }
a { background-color: rgb(53,42,17); }
div.DivClassName
{
background-color: #352A11;
}
.BgClassName
{
background-color: #352A11;
}
</style>
border-color css
<style>
span { border-color: #352A11; }
span { border-color: rgb(53,42,17); }
td.TdClassName
{
border-color: #352A11;
}
.TagClassName
{
border-color: #352A11;
}
</style>