Shades of Black Magic #251E10
Tints of Black Magic #251E10
RGB
CMYK
RGB Variations
Color information
#251E10 (or 0x251E10) is known color: Black Magic. HEX triplet: 25, 1E and 10. RGB value is (37,30,16). Sum of RGB (Red+Green+Blue) = 37+30+16=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #251E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E10 is #DAE1EF. Grayscale: #1E1E1E. Windows color (decimal): -14344688 or 1056293. OLE color: 1056293.
HSL color Cylindrical-coordinate representation of color #251E10: hue angle of 40º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #251E10 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 16 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.85 |
| HSL | 40º | 0.4% | 0.1% | - |
| HSV(B) | 40º | 0.57% | 0.15% | - |
| XYZ | 1.32 | 1.36 | 0.68 | - |
| YUV | 30.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 16 | 0 | 0.19 | 0.57 | 0.85 | 40 | 0.4 | 0.1 |
| Hex | 25 | 1E | 10 | 0 | 13 | 39 | 55 | 28 | 28 | A |
| Octal | 45 | 36 | 20 | 0 | 23 | 71 | 125 | 50 | 50 | 12 |
| Binary | 100101 | 11110 | 10000 | 0 | 10011 | 111001 | 1010101 | 101000 | 101000 | 1010 |
Color Harmonies of #251E10
Complementary color
Monochromatic Colors of #251E10
Black with #251E10
Text Example
Text Example
White with #251E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E10; }
p { color: rgb(37,30,16); }
H1.HeaderClassName
{
color: #251E10;
}
.AnyTagClassName
{
color: #251E10;
}
</style>
background-color css
<style>
a { background-color: #251E10; }
a { background-color: rgb(37,30,16); }
div.DivClassName
{
background-color: #251E10;
}
.BgClassName
{
background-color: #251E10;
}
</style>
border-color css
<style>
span { border-color: #251E10; }
span { border-color: rgb(37,30,16); }
td.TdClassName
{
border-color: #251E10;
}
.TagClassName
{
border-color: #251E10;
}
</style>