Shades of Black Magic #352A0D
Tints of Black Magic #352A0D
RGB
CMYK
RGB Variations
Color information
#352A0D (or 0x352A0D) is known color: Black Magic. HEX triplet: 35, 2A and 0D. RGB value is (53,42,13). Sum of RGB (Red+Green+Blue) = 53+42+13=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #352A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A0D is #CAD5F2. Grayscale: #2A2A2A. Windows color (decimal): -13293043 or 862773. OLE color: 862773.
HSL color Cylindrical-coordinate representation of color #352A0D: hue angle of 43.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #352A0D is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 42 | 13 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.79 |
| HSL | 43.5º | 0.61% | 0.13% | - |
| HSV(B) | 43.5º | 0.75% | 0.21% | - |
| XYZ | 2.37 | 2.44 | 0.73 | - |
| YUV | 41.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 13 | 0 | 0.21 | 0.75 | 0.79 | 43.5 | 0.61 | 0.13 |
| Hex | 35 | 2A | D | 0 | 15 | 4B | 4F | 2C | 3D | D |
| Octal | 65 | 52 | 15 | 0 | 25 | 113 | 117 | 54 | 75 | 15 |
| Binary | 110101 | 101010 | 1101 | 0 | 10101 | 1001011 | 1001111 | 101100 | 111101 | 1101 |
Color Harmonies of #352A0D
Complementary color
Monochromatic Colors of #352A0D
Black with #352A0D
Text Example
Text Example
White with #352A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A0D; }
p { color: rgb(53,42,13); }
H1.HeaderClassName
{
color: #352A0D;
}
.AnyTagClassName
{
color: #352A0D;
}
</style>
background-color css
<style>
a { background-color: #352A0D; }
a { background-color: rgb(53,42,13); }
div.DivClassName
{
background-color: #352A0D;
}
.BgClassName
{
background-color: #352A0D;
}
</style>
border-color css
<style>
span { border-color: #352A0D; }
span { border-color: rgb(53,42,13); }
td.TdClassName
{
border-color: #352A0D;
}
.TagClassName
{
border-color: #352A0D;
}
</style>