Shades of Black Magic #35290F
Tints of Black Magic #35290F
RGB
CMYK
RGB Variations
Color information
#35290F (or 0x35290F) is known color: Black Magic. HEX triplet: 35, 29 and 0F. RGB value is (53,41,15). Sum of RGB (Red+Green+Blue) = 53+41+15=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #35290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35290F is #CAD6F0. Grayscale: #292929. Windows color (decimal): -13293297 or 993589. OLE color: 993589.
HSL color Cylindrical-coordinate representation of color #35290F: hue angle of 41.05º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35290F is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 41 | 15 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.79 |
| HSL | 41.05º | 0.56% | 0.13% | - |
| HSV(B) | 41.05º | 0.72% | 0.21% | - |
| XYZ | 2.35 | 2.38 | 0.79 | - |
| YUV | 41.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 15 | 0 | 0.23 | 0.72 | 0.79 | 41.05 | 0.56 | 0.13 |
| Hex | 35 | 29 | F | 0 | 17 | 48 | 4F | 29 | 38 | D |
| Octal | 65 | 51 | 17 | 0 | 27 | 110 | 117 | 51 | 70 | 15 |
| Binary | 110101 | 101001 | 1111 | 0 | 10111 | 1001000 | 1001111 | 101001 | 111000 | 1101 |
Color Harmonies of #35290F
Complementary color
Monochromatic Colors of #35290F
Black with #35290F
Text Example
Text Example
White with #35290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35290F; }
p { color: rgb(53,41,15); }
H1.HeaderClassName
{
color: #35290F;
}
.AnyTagClassName
{
color: #35290F;
}
</style>
background-color css
<style>
a { background-color: #35290F; }
a { background-color: rgb(53,41,15); }
div.DivClassName
{
background-color: #35290F;
}
.BgClassName
{
background-color: #35290F;
}
</style>
border-color css
<style>
span { border-color: #35290F; }
span { border-color: rgb(53,41,15); }
td.TdClassName
{
border-color: #35290F;
}
.TagClassName
{
border-color: #35290F;
}
</style>