Shades of Black Magic #251B0B
Tints of Black Magic #251B0B
RGB
CMYK
RGB Variations
Color information
#251B0B (or 0x251B0B) is known color: Black Magic. HEX triplet: 25, 1B and 0B. RGB value is (37,27,11). Sum of RGB (Red+Green+Blue) = 37+27+11=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B0B is #DAE4F4. Grayscale: #1C1C1C. Windows color (decimal): -14345461 or 727845. OLE color: 727845.
HSL color Cylindrical-coordinate representation of color #251B0B: hue angle of 36.92º 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 #251B0B is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 27 | 11 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.85 |
| HSL | 36.92º | 0.54% | 0.09% | - |
| HSV(B) | 36.92º | 0.7% | 0.15% | - |
| XYZ | 1.22 | 1.2 | 0.48 | - |
| YUV | 28.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 11 | 0 | 0.27 | 0.70 | 0.85 | 36.92 | 0.54 | 0.09 |
| Hex | 25 | 1B | B | 0 | 1B | 46 | 55 | 25 | 36 | 9 |
| Octal | 45 | 33 | 13 | 0 | 33 | 106 | 125 | 45 | 66 | 11 |
| Binary | 100101 | 11011 | 1011 | 0 | 11011 | 1000110 | 1010101 | 100101 | 110110 | 1001 |
Color Harmonies of #251B0B
Complementary color
Monochromatic Colors of #251B0B
Black with #251B0B
Text Example
Text Example
White with #251B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B0B; }
p { color: rgb(37,27,11); }
H1.HeaderClassName
{
color: #251B0B;
}
.AnyTagClassName
{
color: #251B0B;
}
</style>
background-color css
<style>
a { background-color: #251B0B; }
a { background-color: rgb(37,27,11); }
div.DivClassName
{
background-color: #251B0B;
}
.BgClassName
{
background-color: #251B0B;
}
</style>
border-color css
<style>
span { border-color: #251B0B; }
span { border-color: rgb(37,27,11); }
td.TdClassName
{
border-color: #251B0B;
}
.TagClassName
{
border-color: #251B0B;
}
</style>