Shades of Black Magic #251A06
Tints of Black Magic #251A06
RGB
CMYK
RGB Variations
Color information
#251A06 (or 0x251A06) is known color: Black Magic. HEX triplet: 25, 1A and 06. RGB value is (37,26,6). Sum of RGB (Red+Green+Blue) = 37+26+6=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #251A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A06 is #DAE5F9. Grayscale: #1B1B1B. Windows color (decimal): -14345722 or 399909. OLE color: 399909.
HSL color Cylindrical-coordinate representation of color #251A06: hue angle of 38.71º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251A06 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 26 | 6 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.85 |
| HSL | 38.71º | 0.72% | 0.08% | - |
| HSV(B) | 38.71º | 0.84% | 0.15% | - |
| XYZ | 1.17 | 1.15 | 0.33 | - |
| YUV | 27.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 6 | 0 | 0.30 | 0.84 | 0.85 | 38.71 | 0.72 | 0.08 |
| Hex | 25 | 1A | 6 | 0 | 1E | 54 | 55 | 27 | 48 | 8 |
| Octal | 45 | 32 | 6 | 0 | 36 | 124 | 125 | 47 | 110 | 10 |
| Binary | 100101 | 11010 | 110 | 0 | 11110 | 1010100 | 1010101 | 100111 | 1001000 | 1000 |
Color Harmonies of #251A06
Complementary color
Monochromatic Colors of #251A06
Black with #251A06
Text Example
Text Example
White with #251A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A06; }
p { color: rgb(37,26,6); }
H1.HeaderClassName
{
color: #251A06;
}
.AnyTagClassName
{
color: #251A06;
}
</style>
background-color css
<style>
a { background-color: #251A06; }
a { background-color: rgb(37,26,6); }
div.DivClassName
{
background-color: #251A06;
}
.BgClassName
{
background-color: #251A06;
}
</style>
border-color css
<style>
span { border-color: #251A06; }
span { border-color: rgb(37,26,6); }
td.TdClassName
{
border-color: #251A06;
}
.TagClassName
{
border-color: #251A06;
}
</style>