Shades of Black Magic #251E14
Tints of Black Magic #251E14
RGB
CMYK
RGB Variations
Color information
#251E14 (or 0x251E14) is known color: Black Magic. HEX triplet: 25, 1E and 14. RGB value is (37,30,20). Sum of RGB (Red+Green+Blue) = 37+30+20=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #251E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E14 is #DAE1EB. Grayscale: #1E1E1E. Windows color (decimal): -14344684 or 1318437. OLE color: 1318437.
HSL color Cylindrical-coordinate representation of color #251E14: hue angle of 35.29º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251E14 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 20 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.85 |
| HSL | 35.29º | 0.3% | 0.11% | - |
| HSV(B) | 35.29º | 0.46% | 0.15% | - |
| XYZ | 1.35 | 1.37 | 0.86 | - |
| YUV | 30.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 20 | 0 | 0.19 | 0.46 | 0.85 | 35.29 | 0.3 | 0.11 |
| Hex | 25 | 1E | 14 | 0 | 13 | 2E | 55 | 23 | 1E | B |
| Octal | 45 | 36 | 24 | 0 | 23 | 56 | 125 | 43 | 36 | 13 |
| Binary | 100101 | 11110 | 10100 | 0 | 10011 | 101110 | 1010101 | 100011 | 11110 | 1011 |
Color Harmonies of #251E14
Complementary color
Monochromatic Colors of #251E14
Black with #251E14
Text Example
Text Example
White with #251E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E14; }
p { color: rgb(37,30,20); }
H1.HeaderClassName
{
color: #251E14;
}
.AnyTagClassName
{
color: #251E14;
}
</style>
background-color css
<style>
a { background-color: #251E14; }
a { background-color: rgb(37,30,20); }
div.DivClassName
{
background-color: #251E14;
}
.BgClassName
{
background-color: #251E14;
}
</style>
border-color css
<style>
span { border-color: #251E14; }
span { border-color: rgb(37,30,20); }
td.TdClassName
{
border-color: #251E14;
}
.TagClassName
{
border-color: #251E14;
}
</style>