Shades of Black Russian #000031
Tints of Black Russian #000031
RGB
CMYK
RGB Variations
Color information
#000031 (or 0x000031) is known color: Black Russian. HEX triplet: 00, 00 and 31. RGB value is (0,0,49). Sum of RGB (Red+Green+Blue) = 0+0+49=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 49 (19.53% from 255 or 100% from 49); Max value from RGB is 49 - color contains mainly: blue. Hex color #000031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000031 is #FFFFCE. Grayscale: #050505. Windows color (decimal): -16777167 or 3211264. OLE color: 3211264.
HSL color Cylindrical-coordinate representation of color #000031: hue angle of 240º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000031 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 0 | 49 | - |
| CMYK | 1 | 1 | 0 | 0.81 |
| HSL | 240º | 1% | 0.1% | - |
| HSV(B) | 240º | 1% | 0.19% | - |
| XYZ | 0.55 | 0.22 | 2.92 | - |
| YUV | 5.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 49 | 1 | 1 | 0 | 0.81 | 240 | 1 | 0.1 |
| Hex | 0 | 0 | 31 | 64 | 64 | 0 | 51 | F0 | 64 | A |
| Octal | 0 | 0 | 61 | 144 | 144 | 0 | 121 | 360 | 144 | 12 |
| Binary | 0 | 0 | 110001 | 1100100 | 1100100 | 0 | 1010001 | 11110000 | 1100100 | 1010 |
Color Harmonies of #000031
Complementary color
Monochromatic Colors of #000031
Black with #000031
Text Example
Text Example
White with #000031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000031; }
p { color: rgb(0,0,49); }
H1.HeaderClassName
{
color: #000031;
}
.AnyTagClassName
{
color: #000031;
}
</style>
background-color css
<style>
a { background-color: #000031; }
a { background-color: rgb(0,0,49); }
div.DivClassName
{
background-color: #000031;
}
.BgClassName
{
background-color: #000031;
}
</style>
border-color css
<style>
span { border-color: #000031; }
span { border-color: rgb(0,0,49); }
td.TdClassName
{
border-color: #000031;
}
.TagClassName
{
border-color: #000031;
}
</style>