Shades of Black Russian #00011F
Tints of Black Russian #00011F
RGB
CMYK
RGB Variations
Color information
#00011F (or 0x00011F) is known color: Black Russian. HEX triplet: 00, 01 and 1F. RGB value is (0,1,31). Sum of RGB (Red+Green+Blue) = 0+1+31=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 31 (12.5% from 255 or 96.88% from 32); Max value from RGB is 31 - color contains mainly: blue. Hex color #00011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00011F is #FFFEE0. Grayscale: #040404. Windows color (decimal): -16776929 or 2031872. OLE color: 2031872.
HSL color Cylindrical-coordinate representation of color #00011F: hue angle of 238.06º 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 #00011F is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 1 | 31 | - |
| CMYK | 1 | 0.97 | 0 | 0.88 |
| HSL | 238.06º | 1% | 0.06% | - |
| HSV(B) | 238.06º | 1% | 0.12% | - |
| XYZ | 0.26 | 0.12 | 1.31 | - |
| YUV | 4.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 31 | 1 | 0.97 | 0 | 0.88 | 238.06 | 1 | 0.06 |
| Hex | 0 | 1 | 1F | 64 | 61 | 0 | 58 | EE | 64 | 6 |
| Octal | 0 | 1 | 37 | 144 | 141 | 0 | 130 | 356 | 144 | 6 |
| Binary | 0 | 1 | 11111 | 1100100 | 1100001 | 0 | 1011000 | 11101110 | 1100100 | 110 |
Color Harmonies of #00011F
Complementary color
Monochromatic Colors of #00011F
Black with #00011F
Text Example
Text Example
White with #00011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00011F; }
p { color: rgb(0,1,31); }
H1.HeaderClassName
{
color: #00011F;
}
.AnyTagClassName
{
color: #00011F;
}
</style>
background-color css
<style>
a { background-color: #00011F; }
a { background-color: rgb(0,1,31); }
div.DivClassName
{
background-color: #00011F;
}
.BgClassName
{
background-color: #00011F;
}
</style>
border-color css
<style>
span { border-color: #00011F; }
span { border-color: rgb(0,1,31); }
td.TdClassName
{
border-color: #00011F;
}
.TagClassName
{
border-color: #00011F;
}
</style>