Shades of Black Magic #352C1A
Tints of Black Magic #352C1A
RGB
CMYK
RGB Variations
Color information
#352C1A (or 0x352C1A) is known color: Black Magic. HEX triplet: 35, 2C and 1A. RGB value is (53,44,26). Sum of RGB (Red+Green+Blue) = 53+44+26=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #352C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C1A is #CAD3E5. Grayscale: #2C2C2C. Windows color (decimal): -13292518 or 1715253. OLE color: 1715253.
HSL color Cylindrical-coordinate representation of color #352C1A: hue angle of 40º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #352C1A is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 26 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.79 |
| HSL | 40º | 0.34% | 0.15% | - |
| HSV(B) | 40º | 0.51% | 0.21% | - |
| XYZ | 2.56 | 2.63 | 1.35 | - |
| YUV | 44.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 26 | 0 | 0.17 | 0.51 | 0.79 | 40 | 0.34 | 0.15 |
| Hex | 35 | 2C | 1A | 0 | 11 | 33 | 4F | 28 | 22 | F |
| Octal | 65 | 54 | 32 | 0 | 21 | 63 | 117 | 50 | 42 | 17 |
| Binary | 110101 | 101100 | 11010 | 0 | 10001 | 110011 | 1001111 | 101000 | 100010 | 1111 |
Color Harmonies of #352C1A
Complementary color
Monochromatic Colors of #352C1A
Black with #352C1A
Text Example
Text Example
White with #352C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C1A; }
p { color: rgb(53,44,26); }
H1.HeaderClassName
{
color: #352C1A;
}
.AnyTagClassName
{
color: #352C1A;
}
</style>
background-color css
<style>
a { background-color: #352C1A; }
a { background-color: rgb(53,44,26); }
div.DivClassName
{
background-color: #352C1A;
}
.BgClassName
{
background-color: #352C1A;
}
</style>
border-color css
<style>
span { border-color: #352C1A; }
span { border-color: rgb(53,44,26); }
td.TdClassName
{
border-color: #352C1A;
}
.TagClassName
{
border-color: #352C1A;
}
</style>