Shades of Black Russian #06001A
Tints of Black Russian #06001A
RGB
CMYK
RGB Variations
Color information
#06001A (or 0x06001A) is known color: Black Russian. HEX triplet: 06, 00 and 1A. RGB value is (6,0,26). Sum of RGB (Red+Green+Blue) = 6+0+26=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 26 (10.55% from 255 or 81.25% from 32); Max value from RGB is 26 - color contains mainly: blue. Hex color #06001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06001A is #F9FFE5. Grayscale: #040404. Windows color (decimal): -16383974 or 1703942. OLE color: 1703942.
HSL color Cylindrical-coordinate representation of color #06001A: hue angle of 253.85º 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 #06001A is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 0 | 26 | - |
| CMYK | 0.77 | 1 | 0 | 0.90 |
| HSL | 253.85º | 1% | 0.05% | - |
| HSV(B) | 253.85º | 1% | 0.1% | - |
| XYZ | 0.26 | 0.11 | 0.99 | - |
| YUV | 4.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 26 | 0.77 | 1 | 0 | 0.90 | 253.85 | 1 | 0.05 |
| Hex | 6 | 0 | 1A | 4D | 64 | 0 | 5A | FE | 64 | 5 |
| Octal | 6 | 0 | 32 | 115 | 144 | 0 | 132 | 376 | 144 | 5 |
| Binary | 110 | 0 | 11010 | 1001101 | 1100100 | 0 | 1011010 | 11111110 | 1100100 | 101 |
Color Harmonies of #06001A
Complementary color
Monochromatic Colors of #06001A
Black with #06001A
Text Example
Text Example
White with #06001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06001A; }
p { color: rgb(6,0,26); }
H1.HeaderClassName
{
color: #06001A;
}
.AnyTagClassName
{
color: #06001A;
}
</style>
background-color css
<style>
a { background-color: #06001A; }
a { background-color: rgb(6,0,26); }
div.DivClassName
{
background-color: #06001A;
}
.BgClassName
{
background-color: #06001A;
}
</style>
border-color css
<style>
span { border-color: #06001A; }
span { border-color: rgb(6,0,26); }
td.TdClassName
{
border-color: #06001A;
}
.TagClassName
{
border-color: #06001A;
}
</style>