Shades of Black Magic #251C0D
Tints of Black Magic #251C0D
RGB
CMYK
RGB Variations
Color information
#251C0D (or 0x251C0D) is known color: Black Magic. HEX triplet: 25, 1C and 0D. RGB value is (37,28,13). Sum of RGB (Red+Green+Blue) = 37+28+13=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C0D is #DAE3F2. Grayscale: #1D1D1D. Windows color (decimal): -14345203 or 859173. OLE color: 859173.
HSL color Cylindrical-coordinate representation of color #251C0D: hue angle of 37.5º 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 #251C0D is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 13 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.85 |
| HSL | 37.5º | 0.48% | 0.1% | - |
| HSV(B) | 37.5º | 0.65% | 0.15% | - |
| XYZ | 1.25 | 1.25 | 0.56 | - |
| YUV | 28.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 13 | 0 | 0.24 | 0.65 | 0.85 | 37.5 | 0.48 | 0.1 |
| Hex | 25 | 1C | D | 0 | 18 | 41 | 55 | 26 | 30 | A |
| Octal | 45 | 34 | 15 | 0 | 30 | 101 | 125 | 46 | 60 | 12 |
| Binary | 100101 | 11100 | 1101 | 0 | 11000 | 1000001 | 1010101 | 100110 | 110000 | 1010 |
Color Harmonies of #251C0D
Complementary color
Monochromatic Colors of #251C0D
Black with #251C0D
Text Example
Text Example
White with #251C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C0D; }
p { color: rgb(37,28,13); }
H1.HeaderClassName
{
color: #251C0D;
}
.AnyTagClassName
{
color: #251C0D;
}
</style>
background-color css
<style>
a { background-color: #251C0D; }
a { background-color: rgb(37,28,13); }
div.DivClassName
{
background-color: #251C0D;
}
.BgClassName
{
background-color: #251C0D;
}
</style>
border-color css
<style>
span { border-color: #251C0D; }
span { border-color: rgb(37,28,13); }
td.TdClassName
{
border-color: #251C0D;
}
.TagClassName
{
border-color: #251C0D;
}
</style>