Shades of Black Magic #352E23
Tints of Black Magic #352E23
RGB
CMYK
RGB Variations
Color information
#352E23 (or 0x352E23) is known color: Black Magic. HEX triplet: 35, 2E and 23. RGB value is (53,46,35). Sum of RGB (Red+Green+Blue) = 53+46+35=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E23 is #CAD1DC. Grayscale: #2E2E2E. Windows color (decimal): -13291997 or 2305589. OLE color: 2305589.
HSL color Cylindrical-coordinate representation of color #352E23: hue angle of 36.67º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #352E23 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 35 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.79 |
| HSL | 36.67º | 0.2% | 0.17% | - |
| HSV(B) | 36.67º | 0.34% | 0.21% | - |
| XYZ | 2.75 | 2.83 | 1.99 | - |
| YUV | 46.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 35 | 0 | 0.13 | 0.34 | 0.79 | 36.67 | 0.2 | 0.17 |
| Hex | 35 | 2E | 23 | 0 | D | 22 | 4F | 25 | 14 | 11 |
| Octal | 65 | 56 | 43 | 0 | 15 | 42 | 117 | 45 | 24 | 21 |
| Binary | 110101 | 101110 | 100011 | 0 | 1101 | 100010 | 1001111 | 100101 | 10100 | 10001 |
Color Harmonies of #352E23
Complementary color
Monochromatic Colors of #352E23
Black with #352E23
Text Example
Text Example
White with #352E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E23; }
p { color: rgb(53,46,35); }
H1.HeaderClassName
{
color: #352E23;
}
.AnyTagClassName
{
color: #352E23;
}
</style>
background-color css
<style>
a { background-color: #352E23; }
a { background-color: rgb(53,46,35); }
div.DivClassName
{
background-color: #352E23;
}
.BgClassName
{
background-color: #352E23;
}
</style>
border-color css
<style>
span { border-color: #352E23; }
span { border-color: rgb(53,46,35); }
td.TdClassName
{
border-color: #352E23;
}
.TagClassName
{
border-color: #352E23;
}
</style>