Shades of Black Magic #352B1D
Tints of Black Magic #352B1D
RGB
CMYK
RGB Variations
Color information
#352B1D (or 0x352B1D) is known color: Black Magic. HEX triplet: 35, 2B and 1D. RGB value is (53,43,29). Sum of RGB (Red+Green+Blue) = 53+43+29=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B1D is #CAD4E2. Grayscale: #2C2C2C. Windows color (decimal): -13292771 or 1911605. OLE color: 1911605.
HSL color Cylindrical-coordinate representation of color #352B1D: hue angle of 35º 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 #352B1D is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 43 | 29 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.79 |
| HSL | 35º | 0.29% | 0.16% | - |
| HSV(B) | 35º | 0.45% | 0.21% | - |
| XYZ | 2.55 | 2.57 | 1.52 | - |
| YUV | 44.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 29 | 0 | 0.19 | 0.45 | 0.79 | 35 | 0.29 | 0.16 |
| Hex | 35 | 2B | 1D | 0 | 13 | 2D | 4F | 23 | 1D | 10 |
| Octal | 65 | 53 | 35 | 0 | 23 | 55 | 117 | 43 | 35 | 20 |
| Binary | 110101 | 101011 | 11101 | 0 | 10011 | 101101 | 1001111 | 100011 | 11101 | 10000 |
Color Harmonies of #352B1D
Complementary color
Monochromatic Colors of #352B1D
Black with #352B1D
Text Example
Text Example
White with #352B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B1D; }
p { color: rgb(53,43,29); }
H1.HeaderClassName
{
color: #352B1D;
}
.AnyTagClassName
{
color: #352B1D;
}
</style>
background-color css
<style>
a { background-color: #352B1D; }
a { background-color: rgb(53,43,29); }
div.DivClassName
{
background-color: #352B1D;
}
.BgClassName
{
background-color: #352B1D;
}
</style>
border-color css
<style>
span { border-color: #352B1D; }
span { border-color: rgb(53,43,29); }
td.TdClassName
{
border-color: #352B1D;
}
.TagClassName
{
border-color: #352B1D;
}
</style>