Shades of Black Russian #00061E
Tints of Black Russian #00061E
RGB
CMYK
RGB Variations
Color information
#00061E (or 0x00061E) is known color: Black Russian. HEX triplet: 00, 06 and 1E. RGB value is (0,6,30). Sum of RGB (Red+Green+Blue) = 0+6+30=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 30 (12.11% from 255 or 83.33% from 36); Max value from RGB is 30 - color contains mainly: blue. Hex color #00061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00061E is #FFF9E1. Grayscale: #060606. Windows color (decimal): -16775650 or 1967616. OLE color: 1967616.
HSL color Cylindrical-coordinate representation of color #00061E: hue angle of 228º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00061E is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 6 | 30 | - |
| CMYK | 1 | 0.80 | 0 | 0.88 |
| HSL | 228º | 1% | 0.06% | - |
| HSV(B) | 228º | 1% | 0.12% | - |
| XYZ | 0.3 | 0.22 | 1.26 | - |
| YUV | 6.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 30 | 1 | 0.80 | 0 | 0.88 | 228 | 1 | 0.06 |
| Hex | 0 | 6 | 1E | 64 | 50 | 0 | 58 | E4 | 64 | 6 |
| Octal | 0 | 6 | 36 | 144 | 120 | 0 | 130 | 344 | 144 | 6 |
| Binary | 0 | 110 | 11110 | 1100100 | 1010000 | 0 | 1011000 | 11100100 | 1100100 | 110 |
Color Harmonies of #00061E
Complementary color
Monochromatic Colors of #00061E
Black with #00061E
Text Example
Text Example
White with #00061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00061E; }
p { color: rgb(0,6,30); }
H1.HeaderClassName
{
color: #00061E;
}
.AnyTagClassName
{
color: #00061E;
}
</style>
background-color css
<style>
a { background-color: #00061E; }
a { background-color: rgb(0,6,30); }
div.DivClassName
{
background-color: #00061E;
}
.BgClassName
{
background-color: #00061E;
}
</style>
border-color css
<style>
span { border-color: #00061E; }
span { border-color: rgb(0,6,30); }
td.TdClassName
{
border-color: #00061E;
}
.TagClassName
{
border-color: #00061E;
}
</style>