Shades of Black Magic #352A1D
Tints of Black Magic #352A1D
RGB
CMYK
RGB Variations
Color information
#352A1D (or 0x352A1D) is known color: Black Magic. HEX triplet: 35, 2A and 1D. RGB value is (53,42,29). Sum of RGB (Red+Green+Blue) = 53+42+29=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A1D is #CAD5E2. Grayscale: #2B2B2B. Windows color (decimal): -13293027 or 1911349. OLE color: 1911349.
HSL color Cylindrical-coordinate representation of color #352A1D: hue angle of 32.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #352A1D is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 29 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.79 |
| HSL | 32.5º | 0.29% | 0.16% | - |
| HSV(B) | 32.5º | 0.45% | 0.21% | - |
| XYZ | 2.52 | 2.5 | 1.51 | - |
| YUV | 43.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 29 | 0 | 0.21 | 0.45 | 0.79 | 32.5 | 0.29 | 0.16 |
| Hex | 35 | 2A | 1D | 0 | 15 | 2D | 4F | 20 | 1D | 10 |
| Octal | 65 | 52 | 35 | 0 | 25 | 55 | 117 | 40 | 35 | 20 |
| Binary | 110101 | 101010 | 11101 | 0 | 10101 | 101101 | 1001111 | 100000 | 11101 | 10000 |
Color Harmonies of #352A1D
Complementary color
Monochromatic Colors of #352A1D
Black with #352A1D
Text Example
Text Example
White with #352A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A1D; }
p { color: rgb(53,42,29); }
H1.HeaderClassName
{
color: #352A1D;
}
.AnyTagClassName
{
color: #352A1D;
}
</style>
background-color css
<style>
a { background-color: #352A1D; }
a { background-color: rgb(53,42,29); }
div.DivClassName
{
background-color: #352A1D;
}
.BgClassName
{
background-color: #352A1D;
}
</style>
border-color css
<style>
span { border-color: #352A1D; }
span { border-color: rgb(53,42,29); }
td.TdClassName
{
border-color: #352A1D;
}
.TagClassName
{
border-color: #352A1D;
}
</style>