Shades of Black Magic #352E1B
Tints of Black Magic #352E1B
RGB
CMYK
RGB Variations
Color information
#352E1B (or 0x352E1B) is known color: Black Magic. HEX triplet: 35, 2E and 1B. RGB value is (53,46,27). Sum of RGB (Red+Green+Blue) = 53+46+27=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E1B is #CAD1E4. Grayscale: #2E2E2E. Windows color (decimal): -13292005 or 1781301. OLE color: 1781301.
HSL color Cylindrical-coordinate representation of color #352E1B: hue angle of 43.85º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #352E1B is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 46 | 27 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.79 |
| HSL | 43.85º | 0.33% | 0.16% | - |
| HSV(B) | 43.85º | 0.49% | 0.21% | - |
| XYZ | 2.64 | 2.79 | 1.44 | - |
| YUV | 45.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 27 | 0 | 0.13 | 0.49 | 0.79 | 43.85 | 0.33 | 0.16 |
| Hex | 35 | 2E | 1B | 0 | D | 31 | 4F | 2C | 20 | 10 |
| Octal | 65 | 56 | 33 | 0 | 15 | 61 | 117 | 54 | 40 | 20 |
| Binary | 110101 | 101110 | 11011 | 0 | 1101 | 110001 | 1001111 | 101100 | 100000 | 10000 |
Color Harmonies of #352E1B
Complementary color
Monochromatic Colors of #352E1B
Black with #352E1B
Text Example
Text Example
White with #352E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E1B; }
p { color: rgb(53,46,27); }
H1.HeaderClassName
{
color: #352E1B;
}
.AnyTagClassName
{
color: #352E1B;
}
</style>
background-color css
<style>
a { background-color: #352E1B; }
a { background-color: rgb(53,46,27); }
div.DivClassName
{
background-color: #352E1B;
}
.BgClassName
{
background-color: #352E1B;
}
</style>
border-color css
<style>
span { border-color: #352E1B; }
span { border-color: rgb(53,46,27); }
td.TdClassName
{
border-color: #352E1B;
}
.TagClassName
{
border-color: #352E1B;
}
</style>