Shades of Black Magic #352A14
Tints of Black Magic #352A14
RGB
CMYK
RGB Variations
Color information
#352A14 (or 0x352A14) is known color: Black Magic. HEX triplet: 35, 2A and 14. RGB value is (53,42,20). Sum of RGB (Red+Green+Blue) = 53+42+20=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #352A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A14 is #CAD5EB. Grayscale: #2A2A2A. Windows color (decimal): -13293036 or 1321525. OLE color: 1321525.
HSL color Cylindrical-coordinate representation of color #352A14: hue angle of 40º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352A14 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 20 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.79 |
| HSL | 40º | 0.45% | 0.14% | - |
| HSV(B) | 40º | 0.62% | 0.21% | - |
| XYZ | 2.42 | 2.46 | 1.01 | - |
| YUV | 42.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 20 | 0 | 0.21 | 0.62 | 0.79 | 40 | 0.45 | 0.14 |
| Hex | 35 | 2A | 14 | 0 | 15 | 3E | 4F | 28 | 2D | E |
| Octal | 65 | 52 | 24 | 0 | 25 | 76 | 117 | 50 | 55 | 16 |
| Binary | 110101 | 101010 | 10100 | 0 | 10101 | 111110 | 1001111 | 101000 | 101101 | 1110 |
Color Harmonies of #352A14
Complementary color
Monochromatic Colors of #352A14
Black with #352A14
Text Example
Text Example
White with #352A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A14; }
p { color: rgb(53,42,20); }
H1.HeaderClassName
{
color: #352A14;
}
.AnyTagClassName
{
color: #352A14;
}
</style>
background-color css
<style>
a { background-color: #352A14; }
a { background-color: rgb(53,42,20); }
div.DivClassName
{
background-color: #352A14;
}
.BgClassName
{
background-color: #352A14;
}
</style>
border-color css
<style>
span { border-color: #352A14; }
span { border-color: rgb(53,42,20); }
td.TdClassName
{
border-color: #352A14;
}
.TagClassName
{
border-color: #352A14;
}
</style>