Shades of Black Magic #251B08
Tints of Black Magic #251B08
RGB
CMYK
RGB Variations
Color information
#251B08 (or 0x251B08) is known color: Black Magic. HEX triplet: 25, 1B and 08. RGB value is (37,27,8). Sum of RGB (Red+Green+Blue) = 37+27+8=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #251B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B08 is #DAE4F7. Grayscale: #1B1B1B. Windows color (decimal): -14345464 or 531237. OLE color: 531237.
HSL color Cylindrical-coordinate representation of color #251B08: hue angle of 39.31º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251B08 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 27 | 8 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.85 |
| HSL | 39.31º | 0.64% | 0.09% | - |
| HSV(B) | 39.31º | 0.78% | 0.15% | - |
| XYZ | 1.2 | 1.19 | 0.4 | - |
| YUV | 27.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 8 | 0 | 0.27 | 0.78 | 0.85 | 39.31 | 0.64 | 0.09 |
| Hex | 25 | 1B | 8 | 0 | 1B | 4E | 55 | 27 | 40 | 9 |
| Octal | 45 | 33 | 10 | 0 | 33 | 116 | 125 | 47 | 100 | 11 |
| Binary | 100101 | 11011 | 1000 | 0 | 11011 | 1001110 | 1010101 | 100111 | 1000000 | 1001 |
Color Harmonies of #251B08
Complementary color
Monochromatic Colors of #251B08
Black with #251B08
Text Example
Text Example
White with #251B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B08; }
p { color: rgb(37,27,8); }
H1.HeaderClassName
{
color: #251B08;
}
.AnyTagClassName
{
color: #251B08;
}
</style>
background-color css
<style>
a { background-color: #251B08; }
a { background-color: rgb(37,27,8); }
div.DivClassName
{
background-color: #251B08;
}
.BgClassName
{
background-color: #251B08;
}
</style>
border-color css
<style>
span { border-color: #251B08; }
span { border-color: rgb(37,27,8); }
td.TdClassName
{
border-color: #251B08;
}
.TagClassName
{
border-color: #251B08;
}
</style>