Shades of Black Magic #251C0B
Tints of Black Magic #251C0B
RGB
CMYK
RGB Variations
Color information
#251C0B (or 0x251C0B) is known color: Black Magic. HEX triplet: 25, 1C and 0B. RGB value is (37,28,11). Sum of RGB (Red+Green+Blue) = 37+28+11=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #251C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C0B is #DAE3F4. Grayscale: #1C1C1C. Windows color (decimal): -14345205 or 728101. OLE color: 728101.
HSL color Cylindrical-coordinate representation of color #251C0B: hue angle of 39.23º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #251C0B is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 11 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.85 |
| HSL | 39.23º | 0.54% | 0.09% | - |
| HSV(B) | 39.23º | 0.7% | 0.15% | - |
| XYZ | 1.24 | 1.25 | 0.49 | - |
| YUV | 28.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 11 | 0 | 0.24 | 0.70 | 0.85 | 39.23 | 0.54 | 0.09 |
| Hex | 25 | 1C | B | 0 | 18 | 46 | 55 | 27 | 36 | 9 |
| Octal | 45 | 34 | 13 | 0 | 30 | 106 | 125 | 47 | 66 | 11 |
| Binary | 100101 | 11100 | 1011 | 0 | 11000 | 1000110 | 1010101 | 100111 | 110110 | 1001 |
Color Harmonies of #251C0B
Complementary color
Monochromatic Colors of #251C0B
Black with #251C0B
Text Example
Text Example
White with #251C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C0B; }
p { color: rgb(37,28,11); }
H1.HeaderClassName
{
color: #251C0B;
}
.AnyTagClassName
{
color: #251C0B;
}
</style>
background-color css
<style>
a { background-color: #251C0B; }
a { background-color: rgb(37,28,11); }
div.DivClassName
{
background-color: #251C0B;
}
.BgClassName
{
background-color: #251C0B;
}
</style>
border-color css
<style>
span { border-color: #251C0B; }
span { border-color: rgb(37,28,11); }
td.TdClassName
{
border-color: #251C0B;
}
.TagClassName
{
border-color: #251C0B;
}
</style>