Shades of Black Magic #352E24
Tints of Black Magic #352E24
RGB
CMYK
RGB Variations
Color information
#352E24 (or 0x352E24) is known color: Black Magic. HEX triplet: 35, 2E and 24. RGB value is (53,46,36). Sum of RGB (Red+Green+Blue) = 53+46+36=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #352E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E24 is #CAD1DB. Grayscale: #2E2E2E. Windows color (decimal): -13291996 or 2371125. OLE color: 2371125.
HSL color Cylindrical-coordinate representation of color #352E24: hue angle of 35.29º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #352E24 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 36 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.79 |
| HSL | 35.29º | 0.19% | 0.17% | - |
| HSV(B) | 35.29º | 0.32% | 0.21% | - |
| XYZ | 2.76 | 2.84 | 2.07 | - |
| YUV | 46.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 36 | 0 | 0.13 | 0.32 | 0.79 | 35.29 | 0.19 | 0.17 |
| Hex | 35 | 2E | 24 | 0 | D | 20 | 4F | 23 | 13 | 11 |
| Octal | 65 | 56 | 44 | 0 | 15 | 40 | 117 | 43 | 23 | 21 |
| Binary | 110101 | 101110 | 100100 | 0 | 1101 | 100000 | 1001111 | 100011 | 10011 | 10001 |
Color Harmonies of #352E24
Complementary color
Monochromatic Colors of #352E24
Black with #352E24
Text Example
Text Example
White with #352E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E24; }
p { color: rgb(53,46,36); }
H1.HeaderClassName
{
color: #352E24;
}
.AnyTagClassName
{
color: #352E24;
}
</style>
background-color css
<style>
a { background-color: #352E24; }
a { background-color: rgb(53,46,36); }
div.DivClassName
{
background-color: #352E24;
}
.BgClassName
{
background-color: #352E24;
}
</style>
border-color css
<style>
span { border-color: #352E24; }
span { border-color: rgb(53,46,36); }
td.TdClassName
{
border-color: #352E24;
}
.TagClassName
{
border-color: #352E24;
}
</style>