Shades of Black Russian #06001B
Tints of Black Russian #06001B
RGB
CMYK
RGB Variations
Color information
#06001B (or 0x06001B) is known color: Black Russian. HEX triplet: 06, 00 and 1B. RGB value is (6,0,27). Sum of RGB (Red+Green+Blue) = 6+0+27=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 27 (10.94% from 255 or 81.82% from 33); Max value from RGB is 27 - color contains mainly: blue. Hex color #06001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06001B is #F9FFE4. Grayscale: #040404. Windows color (decimal): -16383973 or 1769478. OLE color: 1769478.
HSL color Cylindrical-coordinate representation of color #06001B: hue angle of 253.33º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06001B is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 0 | 27 | - |
| CMYK | 0.78 | 1 | 0 | 0.89 |
| HSL | 253.33º | 1% | 0.05% | - |
| HSV(B) | 253.33º | 1% | 0.11% | - |
| XYZ | 0.27 | 0.12 | 1.05 | - |
| YUV | 4.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 27 | 0.78 | 1 | 0 | 0.89 | 253.33 | 1 | 0.05 |
| Hex | 6 | 0 | 1B | 4E | 64 | 0 | 59 | FD | 64 | 5 |
| Octal | 6 | 0 | 33 | 116 | 144 | 0 | 131 | 375 | 144 | 5 |
| Binary | 110 | 0 | 11011 | 1001110 | 1100100 | 0 | 1011001 | 11111101 | 1100100 | 101 |
Color Harmonies of #06001B
Complementary color
Monochromatic Colors of #06001B
Black with #06001B
Text Example
Text Example
White with #06001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06001B; }
p { color: rgb(6,0,27); }
H1.HeaderClassName
{
color: #06001B;
}
.AnyTagClassName
{
color: #06001B;
}
</style>
background-color css
<style>
a { background-color: #06001B; }
a { background-color: rgb(6,0,27); }
div.DivClassName
{
background-color: #06001B;
}
.BgClassName
{
background-color: #06001B;
}
</style>
border-color css
<style>
span { border-color: #06001B; }
span { border-color: rgb(6,0,27); }
td.TdClassName
{
border-color: #06001B;
}
.TagClassName
{
border-color: #06001B;
}
</style>