Shades of Black Magic #251D0D
Tints of Black Magic #251D0D
RGB
CMYK
RGB Variations
Color information
#251D0D (or 0x251D0D) is known color: Black Magic. HEX triplet: 25, 1D and 0D. RGB value is (37,29,13). Sum of RGB (Red+Green+Blue) = 37+29+13=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #251D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D0D is #DAE2F2. Grayscale: #1D1D1D. Windows color (decimal): -14344947 or 859429. OLE color: 859429.
HSL color Cylindrical-coordinate representation of color #251D0D: hue angle of 40º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251D0D is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 29 | 13 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.85 |
| HSL | 40º | 0.48% | 0.1% | - |
| HSV(B) | 40º | 0.65% | 0.15% | - |
| XYZ | 1.27 | 1.3 | 0.56 | - |
| YUV | 29.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 13 | 0 | 0.22 | 0.65 | 0.85 | 40 | 0.48 | 0.1 |
| Hex | 25 | 1D | D | 0 | 16 | 41 | 55 | 28 | 30 | A |
| Octal | 45 | 35 | 15 | 0 | 26 | 101 | 125 | 50 | 60 | 12 |
| Binary | 100101 | 11101 | 1101 | 0 | 10110 | 1000001 | 1010101 | 101000 | 110000 | 1010 |
Color Harmonies of #251D0D
Complementary color
Monochromatic Colors of #251D0D
Black with #251D0D
Text Example
Text Example
White with #251D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D0D; }
p { color: rgb(37,29,13); }
H1.HeaderClassName
{
color: #251D0D;
}
.AnyTagClassName
{
color: #251D0D;
}
</style>
background-color css
<style>
a { background-color: #251D0D; }
a { background-color: rgb(37,29,13); }
div.DivClassName
{
background-color: #251D0D;
}
.BgClassName
{
background-color: #251D0D;
}
</style>
border-color css
<style>
span { border-color: #251D0D; }
span { border-color: rgb(37,29,13); }
td.TdClassName
{
border-color: #251D0D;
}
.TagClassName
{
border-color: #251D0D;
}
</style>