Shades of Black Magic #352A15
Tints of Black Magic #352A15
RGB
CMYK
RGB Variations
Color information
#352A15 (or 0x352A15) is known color: Black Magic. HEX triplet: 35, 2A and 15. RGB value is (53,42,21). Sum of RGB (Red+Green+Blue) = 53+42+21=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A15 is #CAD5EA. Grayscale: #2A2A2A. Windows color (decimal): -13293035 or 1387061. OLE color: 1387061.
HSL color Cylindrical-coordinate representation of color #352A15: hue angle of 39.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352A15 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 21 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.79 |
| HSL | 39.38º | 0.43% | 0.15% | - |
| HSV(B) | 39.38º | 0.6% | 0.21% | - |
| XYZ | 2.43 | 2.47 | 1.06 | - |
| YUV | 42.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 21 | 0 | 0.21 | 0.60 | 0.79 | 39.38 | 0.43 | 0.15 |
| Hex | 35 | 2A | 15 | 0 | 15 | 3C | 4F | 27 | 2B | F |
| Octal | 65 | 52 | 25 | 0 | 25 | 74 | 117 | 47 | 53 | 17 |
| Binary | 110101 | 101010 | 10101 | 0 | 10101 | 111100 | 1001111 | 100111 | 101011 | 1111 |
Color Harmonies of #352A15
Complementary color
Monochromatic Colors of #352A15
Black with #352A15
Text Example
Text Example
White with #352A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A15; }
p { color: rgb(53,42,21); }
H1.HeaderClassName
{
color: #352A15;
}
.AnyTagClassName
{
color: #352A15;
}
</style>
background-color css
<style>
a { background-color: #352A15; }
a { background-color: rgb(53,42,21); }
div.DivClassName
{
background-color: #352A15;
}
.BgClassName
{
background-color: #352A15;
}
</style>
border-color css
<style>
span { border-color: #352A15; }
span { border-color: rgb(53,42,21); }
td.TdClassName
{
border-color: #352A15;
}
.TagClassName
{
border-color: #352A15;
}
</style>