Shades of Black Magic #352C1F
Tints of Black Magic #352C1F
RGB
CMYK
RGB Variations
Color information
#352C1F (or 0x352C1F) is known color: Black Magic. HEX triplet: 35, 2C and 1F. RGB value is (53,44,31). Sum of RGB (Red+Green+Blue) = 53+44+31=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C1F is #CAD3E0. Grayscale: #2D2D2D. Windows color (decimal): -13292513 or 2042933. OLE color: 2042933.
HSL color Cylindrical-coordinate representation of color #352C1F: hue angle of 35.45º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #352C1F is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 44 | 31 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.79 |
| HSL | 35.45º | 0.26% | 0.16% | - |
| HSV(B) | 35.45º | 0.42% | 0.21% | - |
| XYZ | 2.62 | 2.66 | 1.67 | - |
| YUV | 45.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 31 | 0 | 0.17 | 0.42 | 0.79 | 35.45 | 0.26 | 0.16 |
| Hex | 35 | 2C | 1F | 0 | 11 | 2A | 4F | 23 | 1A | 10 |
| Octal | 65 | 54 | 37 | 0 | 21 | 52 | 117 | 43 | 32 | 20 |
| Binary | 110101 | 101100 | 11111 | 0 | 10001 | 101010 | 1001111 | 100011 | 11010 | 10000 |
Color Harmonies of #352C1F
Complementary color
Monochromatic Colors of #352C1F
Black with #352C1F
Text Example
Text Example
White with #352C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C1F; }
p { color: rgb(53,44,31); }
H1.HeaderClassName
{
color: #352C1F;
}
.AnyTagClassName
{
color: #352C1F;
}
</style>
background-color css
<style>
a { background-color: #352C1F; }
a { background-color: rgb(53,44,31); }
div.DivClassName
{
background-color: #352C1F;
}
.BgClassName
{
background-color: #352C1F;
}
</style>
border-color css
<style>
span { border-color: #352C1F; }
span { border-color: rgb(53,44,31); }
td.TdClassName
{
border-color: #352C1F;
}
.TagClassName
{
border-color: #352C1F;
}
</style>