Shades of Black Russian #000126
Tints of Black Russian #000126
RGB
CMYK
RGB Variations
Color information
#000126 (or 0x000126) is known color: Black Russian. HEX triplet: 00, 01 and 26. RGB value is (0,1,38). Sum of RGB (Red+Green+Blue) = 0+1+38=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 38 (15.23% from 255 or 97.44% from 39); Max value from RGB is 38 - color contains mainly: blue. Hex color #000126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000126 is #FFFED9. Grayscale: #040404. Windows color (decimal): -16776922 or 2490624. OLE color: 2490624.
HSL color Cylindrical-coordinate representation of color #000126: hue angle of 238.42º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000126 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 1 | 38 | - |
| CMYK | 1 | 0.97 | 0 | 0.85 |
| HSL | 238.42º | 1% | 0.07% | - |
| HSV(B) | 238.42º | 1% | 0.15% | - |
| XYZ | 0.36 | 0.16 | 1.85 | - |
| YUV | 4.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 38 | 1 | 0.97 | 0 | 0.85 | 238.42 | 1 | 0.07 |
| Hex | 0 | 1 | 26 | 64 | 61 | 0 | 55 | EE | 64 | 7 |
| Octal | 0 | 1 | 46 | 144 | 141 | 0 | 125 | 356 | 144 | 7 |
| Binary | 0 | 1 | 100110 | 1100100 | 1100001 | 0 | 1010101 | 11101110 | 1100100 | 111 |
Color Harmonies of #000126
Complementary color
Monochromatic Colors of #000126
Black with #000126
Text Example
Text Example
White with #000126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000126; }
p { color: rgb(0,1,38); }
H1.HeaderClassName
{
color: #000126;
}
.AnyTagClassName
{
color: #000126;
}
</style>
background-color css
<style>
a { background-color: #000126; }
a { background-color: rgb(0,1,38); }
div.DivClassName
{
background-color: #000126;
}
.BgClassName
{
background-color: #000126;
}
</style>
border-color css
<style>
span { border-color: #000126; }
span { border-color: rgb(0,1,38); }
td.TdClassName
{
border-color: #000126;
}
.TagClassName
{
border-color: #000126;
}
</style>