Shades of Black Magic #352C19
Tints of Black Magic #352C19
RGB
CMYK
RGB Variations
Color information
#352C19 (or 0x352C19) is known color: Black Magic. HEX triplet: 35, 2C and 19. RGB value is (53,44,25). Sum of RGB (Red+Green+Blue) = 53+44+25=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352C19 is #CAD3E6. Grayscale: #2C2C2C. Windows color (decimal): -13292519 or 1649717. OLE color: 1649717.
HSL color Cylindrical-coordinate representation of color #352C19: hue angle of 40.71º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352C19 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 25 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.79 |
| HSL | 40.71º | 0.36% | 0.15% | - |
| HSV(B) | 40.71º | 0.53% | 0.21% | - |
| XYZ | 2.54 | 2.63 | 1.29 | - |
| YUV | 44.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 25 | 0 | 0.17 | 0.53 | 0.79 | 40.71 | 0.36 | 0.15 |
| Hex | 35 | 2C | 19 | 0 | 11 | 35 | 4F | 29 | 24 | F |
| Octal | 65 | 54 | 31 | 0 | 21 | 65 | 117 | 51 | 44 | 17 |
| Binary | 110101 | 101100 | 11001 | 0 | 10001 | 110101 | 1001111 | 101001 | 100100 | 1111 |
Color Harmonies of #352C19
Complementary color
Monochromatic Colors of #352C19
Black with #352C19
Text Example
Text Example
White with #352C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C19; }
p { color: rgb(53,44,25); }
H1.HeaderClassName
{
color: #352C19;
}
.AnyTagClassName
{
color: #352C19;
}
</style>
background-color css
<style>
a { background-color: #352C19; }
a { background-color: rgb(53,44,25); }
div.DivClassName
{
background-color: #352C19;
}
.BgClassName
{
background-color: #352C19;
}
</style>
border-color css
<style>
span { border-color: #352C19; }
span { border-color: rgb(53,44,25); }
td.TdClassName
{
border-color: #352C19;
}
.TagClassName
{
border-color: #352C19;
}
</style>