Shades of Black Magic #352B1A
Tints of Black Magic #352B1A
RGB
CMYK
RGB Variations
Color information
#352B1A (or 0x352B1A) is known color: Black Magic. HEX triplet: 35, 2B and 1A. RGB value is (53,43,26). Sum of RGB (Red+Green+Blue) = 53+43+26=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B1A is #CAD4E5. Grayscale: #2C2C2C. Windows color (decimal): -13292774 or 1714997. OLE color: 1714997.
HSL color Cylindrical-coordinate representation of color #352B1A: hue angle of 37.78º 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 #352B1A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 43 | 26 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.79 |
| HSL | 37.78º | 0.34% | 0.15% | - |
| HSV(B) | 37.78º | 0.51% | 0.21% | - |
| XYZ | 2.52 | 2.56 | 1.34 | - |
| YUV | 44.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 26 | 0 | 0.19 | 0.51 | 0.79 | 37.78 | 0.34 | 0.15 |
| Hex | 35 | 2B | 1A | 0 | 13 | 33 | 4F | 26 | 22 | F |
| Octal | 65 | 53 | 32 | 0 | 23 | 63 | 117 | 46 | 42 | 17 |
| Binary | 110101 | 101011 | 11010 | 0 | 10011 | 110011 | 1001111 | 100110 | 100010 | 1111 |
Color Harmonies of #352B1A
Complementary color
Monochromatic Colors of #352B1A
Black with #352B1A
Text Example
Text Example
White with #352B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B1A; }
p { color: rgb(53,43,26); }
H1.HeaderClassName
{
color: #352B1A;
}
.AnyTagClassName
{
color: #352B1A;
}
</style>
background-color css
<style>
a { background-color: #352B1A; }
a { background-color: rgb(53,43,26); }
div.DivClassName
{
background-color: #352B1A;
}
.BgClassName
{
background-color: #352B1A;
}
</style>
border-color css
<style>
span { border-color: #352B1A; }
span { border-color: rgb(53,43,26); }
td.TdClassName
{
border-color: #352B1A;
}
.TagClassName
{
border-color: #352B1A;
}
</style>