Shades of Black Magic #251A05
Tints of Black Magic #251A05
RGB
CMYK
RGB Variations
Color information
#251A05 (or 0x251A05) is known color: Black Magic. HEX triplet: 25, 1A and 05. RGB value is (37,26,5). Sum of RGB (Red+Green+Blue) = 37+26+5=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #251A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A05 is #DAE5FA. Grayscale: #1A1A1A. Windows color (decimal): -14345723 or 334373. OLE color: 334373.
HSL color Cylindrical-coordinate representation of color #251A05: hue angle of 39.38º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251A05 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 26 | 5 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.85 |
| HSL | 39.38º | 0.76% | 0.08% | - |
| HSV(B) | 39.38º | 0.86% | 0.15% | - |
| XYZ | 1.16 | 1.14 | 0.3 | - |
| YUV | 26.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 5 | 0 | 0.30 | 0.86 | 0.85 | 39.38 | 0.76 | 0.08 |
| Hex | 25 | 1A | 5 | 0 | 1E | 56 | 55 | 27 | 4C | 8 |
| Octal | 45 | 32 | 5 | 0 | 36 | 126 | 125 | 47 | 114 | 10 |
| Binary | 100101 | 11010 | 101 | 0 | 11110 | 1010110 | 1010101 | 100111 | 1001100 | 1000 |
Color Harmonies of #251A05
Complementary color
Monochromatic Colors of #251A05
Black with #251A05
Text Example
Text Example
White with #251A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A05; }
p { color: rgb(37,26,5); }
H1.HeaderClassName
{
color: #251A05;
}
.AnyTagClassName
{
color: #251A05;
}
</style>
background-color css
<style>
a { background-color: #251A05; }
a { background-color: rgb(37,26,5); }
div.DivClassName
{
background-color: #251A05;
}
.BgClassName
{
background-color: #251A05;
}
</style>
border-color css
<style>
span { border-color: #251A05; }
span { border-color: rgb(37,26,5); }
td.TdClassName
{
border-color: #251A05;
}
.TagClassName
{
border-color: #251A05;
}
</style>