Shades of Black Russian #000127
Tints of Black Russian #000127
RGB
CMYK
RGB Variations
Color information
#000127 (or 0x000127) is known color: Black Russian. HEX triplet: 00, 01 and 27. RGB value is (0,1,39). Sum of RGB (Red+Green+Blue) = 0+1+39=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 39 (15.62% from 255 or 97.5% from 40); Max value from RGB is 39 - color contains mainly: blue. Hex color #000127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000127 is #FFFED8. Grayscale: #040404. Windows color (decimal): -16776921 or 2556160. OLE color: 2556160.
HSL color Cylindrical-coordinate representation of color #000127: hue angle of 238.46º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000127 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 1 | 39 | - |
| CMYK | 1 | 0.97 | 0 | 0.85 |
| HSL | 238.46º | 1% | 0.08% | - |
| HSV(B) | 238.46º | 1% | 0.15% | - |
| XYZ | 0.38 | 0.17 | 1.93 | - |
| YUV | 5.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 39 | 1 | 0.97 | 0 | 0.85 | 238.46 | 1 | 0.08 |
| Hex | 0 | 1 | 27 | 64 | 61 | 0 | 55 | EE | 64 | 8 |
| Octal | 0 | 1 | 47 | 144 | 141 | 0 | 125 | 356 | 144 | 10 |
| Binary | 0 | 1 | 100111 | 1100100 | 1100001 | 0 | 1010101 | 11101110 | 1100100 | 1000 |
Color Harmonies of #000127
Complementary color
Monochromatic Colors of #000127
Black with #000127
Text Example
Text Example
White with #000127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000127; }
p { color: rgb(0,1,39); }
H1.HeaderClassName
{
color: #000127;
}
.AnyTagClassName
{
color: #000127;
}
</style>
background-color css
<style>
a { background-color: #000127; }
a { background-color: rgb(0,1,39); }
div.DivClassName
{
background-color: #000127;
}
.BgClassName
{
background-color: #000127;
}
</style>
border-color css
<style>
span { border-color: #000127; }
span { border-color: rgb(0,1,39); }
td.TdClassName
{
border-color: #000127;
}
.TagClassName
{
border-color: #000127;
}
</style>