Shades of Black Magic #352A1A
Tints of Black Magic #352A1A
RGB
CMYK
RGB Variations
Color information
#352A1A (or 0x352A1A) is known color: Black Magic. HEX triplet: 35, 2A and 1A. RGB value is (53,42,26). Sum of RGB (Red+Green+Blue) = 53+42+26=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A1A is #CAD5E5. Grayscale: #2B2B2B. Windows color (decimal): -13293030 or 1714741. OLE color: 1714741.
HSL color Cylindrical-coordinate representation of color #352A1A: hue angle of 35.56º 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 #352A1A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 26 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.79 |
| HSL | 35.56º | 0.34% | 0.15% | - |
| HSV(B) | 35.56º | 0.51% | 0.21% | - |
| XYZ | 2.48 | 2.49 | 1.33 | - |
| YUV | 43.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 26 | 0 | 0.21 | 0.51 | 0.79 | 35.56 | 0.34 | 0.15 |
| Hex | 35 | 2A | 1A | 0 | 15 | 33 | 4F | 24 | 22 | F |
| Octal | 65 | 52 | 32 | 0 | 25 | 63 | 117 | 44 | 42 | 17 |
| Binary | 110101 | 101010 | 11010 | 0 | 10101 | 110011 | 1001111 | 100100 | 100010 | 1111 |
Color Harmonies of #352A1A
Complementary color
Monochromatic Colors of #352A1A
Black with #352A1A
Text Example
Text Example
White with #352A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A1A; }
p { color: rgb(53,42,26); }
H1.HeaderClassName
{
color: #352A1A;
}
.AnyTagClassName
{
color: #352A1A;
}
</style>
background-color css
<style>
a { background-color: #352A1A; }
a { background-color: rgb(53,42,26); }
div.DivClassName
{
background-color: #352A1A;
}
.BgClassName
{
background-color: #352A1A;
}
</style>
border-color css
<style>
span { border-color: #352A1A; }
span { border-color: rgb(53,42,26); }
td.TdClassName
{
border-color: #352A1A;
}
.TagClassName
{
border-color: #352A1A;
}
</style>