Shades of Black Magic #35280A
Tints of Black Magic #35280A
RGB
CMYK
RGB Variations
Color information
#35280A (or 0x35280A) is known color: Black Magic. HEX triplet: 35, 28 and 0A. RGB value is (53,40,10). Sum of RGB (Red+Green+Blue) = 53+40+10=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35280A is #CAD7F5. Grayscale: #282828. Windows color (decimal): -13293558 or 665653. OLE color: 665653.
HSL color Cylindrical-coordinate representation of color #35280A: hue angle of 41.86º 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 #35280A is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 40 | 10 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.79 |
| HSL | 41.86º | 0.68% | 0.12% | - |
| HSV(B) | 41.86º | 0.81% | 0.21% | - |
| XYZ | 2.28 | 2.3 | 0.61 | - |
| YUV | 40.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 10 | 0 | 0.25 | 0.81 | 0.79 | 41.86 | 0.68 | 0.12 |
| Hex | 35 | 28 | A | 0 | 19 | 51 | 4F | 2A | 44 | C |
| Octal | 65 | 50 | 12 | 0 | 31 | 121 | 117 | 52 | 104 | 14 |
| Binary | 110101 | 101000 | 1010 | 0 | 11001 | 1010001 | 1001111 | 101010 | 1000100 | 1100 |
Color Harmonies of #35280A
Complementary color
Monochromatic Colors of #35280A
Black with #35280A
Text Example
Text Example
White with #35280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35280A; }
p { color: rgb(53,40,10); }
H1.HeaderClassName
{
color: #35280A;
}
.AnyTagClassName
{
color: #35280A;
}
</style>
background-color css
<style>
a { background-color: #35280A; }
a { background-color: rgb(53,40,10); }
div.DivClassName
{
background-color: #35280A;
}
.BgClassName
{
background-color: #35280A;
}
</style>
border-color css
<style>
span { border-color: #35280A; }
span { border-color: rgb(53,40,10); }
td.TdClassName
{
border-color: #35280A;
}
.TagClassName
{
border-color: #35280A;
}
</style>