Shades of Black Magic #35291A
Tints of Black Magic #35291A
RGB
CMYK
RGB Variations
Color information
#35291A (or 0x35291A) is known color: Black Magic. HEX triplet: 35, 29 and 1A. RGB value is (53,41,26). Sum of RGB (Red+Green+Blue) = 53+41+26=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35291A is #CAD6E5. Grayscale: #2A2A2A. Windows color (decimal): -13293286 or 1714485. OLE color: 1714485.
HSL color Cylindrical-coordinate representation of color #35291A: hue angle of 33.33º 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 #35291A is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 41 | 26 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.79 |
| HSL | 33.33º | 0.34% | 0.15% | - |
| HSV(B) | 33.33º | 0.51% | 0.21% | - |
| XYZ | 2.45 | 2.42 | 1.31 | - |
| YUV | 42.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 26 | 0 | 0.23 | 0.51 | 0.79 | 33.33 | 0.34 | 0.15 |
| Hex | 35 | 29 | 1A | 0 | 17 | 33 | 4F | 21 | 22 | F |
| Octal | 65 | 51 | 32 | 0 | 27 | 63 | 117 | 41 | 42 | 17 |
| Binary | 110101 | 101001 | 11010 | 0 | 10111 | 110011 | 1001111 | 100001 | 100010 | 1111 |
Color Harmonies of #35291A
Complementary color
Monochromatic Colors of #35291A
Black with #35291A
Text Example
Text Example
White with #35291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35291A; }
p { color: rgb(53,41,26); }
H1.HeaderClassName
{
color: #35291A;
}
.AnyTagClassName
{
color: #35291A;
}
</style>
background-color css
<style>
a { background-color: #35291A; }
a { background-color: rgb(53,41,26); }
div.DivClassName
{
background-color: #35291A;
}
.BgClassName
{
background-color: #35291A;
}
</style>
border-color css
<style>
span { border-color: #35291A; }
span { border-color: rgb(53,41,26); }
td.TdClassName
{
border-color: #35291A;
}
.TagClassName
{
border-color: #35291A;
}
</style>