Shades of Black Magic #352C1C
Tints of Black Magic #352C1C
RGB
CMYK
RGB Variations
Color information
#352C1C (or 0x352C1C) is known color: Black Magic. HEX triplet: 35, 2C and 1C. RGB value is (53,44,28). Sum of RGB (Red+Green+Blue) = 53+44+28=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C1C is #CAD3E3. Grayscale: #2C2C2C. Windows color (decimal): -13292516 or 1846325. OLE color: 1846325.
HSL color Cylindrical-coordinate representation of color #352C1C: hue angle of 38.4º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #352C1C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 28 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.79 |
| HSL | 38.4º | 0.31% | 0.16% | - |
| HSV(B) | 38.4º | 0.47% | 0.21% | - |
| XYZ | 2.58 | 2.64 | 1.47 | - |
| YUV | 44.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 28 | 0 | 0.17 | 0.47 | 0.79 | 38.4 | 0.31 | 0.16 |
| Hex | 35 | 2C | 1C | 0 | 11 | 2F | 4F | 26 | 1F | 10 |
| Octal | 65 | 54 | 34 | 0 | 21 | 57 | 117 | 46 | 37 | 20 |
| Binary | 110101 | 101100 | 11100 | 0 | 10001 | 101111 | 1001111 | 100110 | 11111 | 10000 |
Color Harmonies of #352C1C
Complementary color
Monochromatic Colors of #352C1C
Black with #352C1C
Text Example
Text Example
White with #352C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C1C; }
p { color: rgb(53,44,28); }
H1.HeaderClassName
{
color: #352C1C;
}
.AnyTagClassName
{
color: #352C1C;
}
</style>
background-color css
<style>
a { background-color: #352C1C; }
a { background-color: rgb(53,44,28); }
div.DivClassName
{
background-color: #352C1C;
}
.BgClassName
{
background-color: #352C1C;
}
</style>
border-color css
<style>
span { border-color: #352C1C; }
span { border-color: rgb(53,44,28); }
td.TdClassName
{
border-color: #352C1C;
}
.TagClassName
{
border-color: #352C1C;
}
</style>