Shades of Black Magic #352F23
Tints of Black Magic #352F23
RGB
CMYK
RGB Variations
Color information
#352F23 (or 0x352F23) is known color: Black Magic. HEX triplet: 35, 2F and 23. RGB value is (53,47,35). Sum of RGB (Red+Green+Blue) = 53+47+35=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #352F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F23 is #CAD0DC. Grayscale: #2F2F2F. Windows color (decimal): -13291741 or 2305845. OLE color: 2305845.
HSL color Cylindrical-coordinate representation of color #352F23: hue angle of 40º 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 #352F23 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 35 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.79 |
| HSL | 40º | 0.2% | 0.17% | - |
| HSV(B) | 40º | 0.34% | 0.21% | - |
| XYZ | 2.79 | 2.91 | 2.01 | - |
| YUV | 47.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 35 | 0 | 0.11 | 0.34 | 0.79 | 40 | 0.2 | 0.17 |
| Hex | 35 | 2F | 23 | 0 | B | 22 | 4F | 28 | 14 | 11 |
| Octal | 65 | 57 | 43 | 0 | 13 | 42 | 117 | 50 | 24 | 21 |
| Binary | 110101 | 101111 | 100011 | 0 | 1011 | 100010 | 1001111 | 101000 | 10100 | 10001 |
Color Harmonies of #352F23
Complementary color
Monochromatic Colors of #352F23
Black with #352F23
Text Example
Text Example
White with #352F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F23; }
p { color: rgb(53,47,35); }
H1.HeaderClassName
{
color: #352F23;
}
.AnyTagClassName
{
color: #352F23;
}
</style>
background-color css
<style>
a { background-color: #352F23; }
a { background-color: rgb(53,47,35); }
div.DivClassName
{
background-color: #352F23;
}
.BgClassName
{
background-color: #352F23;
}
</style>
border-color css
<style>
span { border-color: #352F23; }
span { border-color: rgb(53,47,35); }
td.TdClassName
{
border-color: #352F23;
}
.TagClassName
{
border-color: #352F23;
}
</style>