Shades of Black Russian #05001A
Tints of Black Russian #05001A
RGB
CMYK
RGB Variations
Color information
#05001A (or 0x05001A) is known color: Black Russian. HEX triplet: 05, 00 and 1A. RGB value is (5,0,26). Sum of RGB (Red+Green+Blue) = 5+0+26=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 26 (10.55% from 255 or 83.87% from 31); Max value from RGB is 26 - color contains mainly: blue. Hex color #05001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05001A is #FAFFE5. Grayscale: #040404. Windows color (decimal): -16449510 or 1703941. OLE color: 1703941.
HSL color Cylindrical-coordinate representation of color #05001A: hue angle of 251.54º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05001A is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 0 | 26 | - |
| CMYK | 0.81 | 1 | 0 | 0.90 |
| HSL | 251.54º | 1% | 0.05% | - |
| HSV(B) | 251.54º | 1% | 0.1% | - |
| XYZ | 0.25 | 0.11 | 0.98 | - |
| YUV | 4.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 26 | 0.81 | 1 | 0 | 0.90 | 251.54 | 1 | 0.05 |
| Hex | 5 | 0 | 1A | 51 | 64 | 0 | 5A | FC | 64 | 5 |
| Octal | 5 | 0 | 32 | 121 | 144 | 0 | 132 | 374 | 144 | 5 |
| Binary | 101 | 0 | 11010 | 1010001 | 1100100 | 0 | 1011010 | 11111100 | 1100100 | 101 |
Color Harmonies of #05001A
Complementary color
Monochromatic Colors of #05001A
Black with #05001A
Text Example
Text Example
White with #05001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05001A; }
p { color: rgb(5,0,26); }
H1.HeaderClassName
{
color: #05001A;
}
.AnyTagClassName
{
color: #05001A;
}
</style>
background-color css
<style>
a { background-color: #05001A; }
a { background-color: rgb(5,0,26); }
div.DivClassName
{
background-color: #05001A;
}
.BgClassName
{
background-color: #05001A;
}
</style>
border-color css
<style>
span { border-color: #05001A; }
span { border-color: rgb(5,0,26); }
td.TdClassName
{
border-color: #05001A;
}
.TagClassName
{
border-color: #05001A;
}
</style>