Shades of Black Magic #35250A
Tints of Black Magic #35250A
RGB
CMYK
RGB Variations
Color information
#35250A (or 0x35250A) is known color: Black Magic. HEX triplet: 35, 25 and 0A. RGB value is (53,37,10). Sum of RGB (Red+Green+Blue) = 53+37+10=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35250A is #CADAF5. Grayscale: #262626. Windows color (decimal): -13294326 or 664885. OLE color: 664885.
HSL color Cylindrical-coordinate representation of color #35250A: hue angle of 37.67º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35250A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 37 | 10 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.79 |
| HSL | 37.67º | 0.68% | 0.12% | - |
| HSV(B) | 37.67º | 0.81% | 0.21% | - |
| XYZ | 2.18 | 2.1 | 0.58 | - |
| YUV | 38.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 10 | 0 | 0.30 | 0.81 | 0.79 | 37.67 | 0.68 | 0.12 |
| Hex | 35 | 25 | A | 0 | 1E | 51 | 4F | 26 | 44 | C |
| Octal | 65 | 45 | 12 | 0 | 36 | 121 | 117 | 46 | 104 | 14 |
| Binary | 110101 | 100101 | 1010 | 0 | 11110 | 1010001 | 1001111 | 100110 | 1000100 | 1100 |
Color Harmonies of #35250A
Complementary color
Monochromatic Colors of #35250A
Black with #35250A
Text Example
Text Example
White with #35250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35250A; }
p { color: rgb(53,37,10); }
H1.HeaderClassName
{
color: #35250A;
}
.AnyTagClassName
{
color: #35250A;
}
</style>
background-color css
<style>
a { background-color: #35250A; }
a { background-color: rgb(53,37,10); }
div.DivClassName
{
background-color: #35250A;
}
.BgClassName
{
background-color: #35250A;
}
</style>
border-color css
<style>
span { border-color: #35250A; }
span { border-color: rgb(53,37,10); }
td.TdClassName
{
border-color: #35250A;
}
.TagClassName
{
border-color: #35250A;
}
</style>