Shades of Black Russian #000029
Tints of Black Russian #000029
RGB
CMYK
RGB Variations
Color information
#000029 (or 0x000029) is known color: Black Russian. HEX triplet: 00, 00 and 29. RGB value is (0,0,41). Sum of RGB (Red+Green+Blue) = 0+0+41=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 41 (16.41% from 255 or 100% from 41); Max value from RGB is 41 - color contains mainly: blue. Hex color #000029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000029 is #FFFFD6. Grayscale: #040404. Windows color (decimal): -16777175 or 2686976. OLE color: 2686976.
HSL color Cylindrical-coordinate representation of color #000029: hue angle of 240º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000029 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 0 | 41 | - |
| CMYK | 1 | 1 | 0 | 0.84 |
| HSL | 240º | 1% | 0.08% | - |
| HSV(B) | 240º | 1% | 0.16% | - |
| XYZ | 0.4 | 0.16 | 2.11 | - |
| YUV | 4.67 | 148.5 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 41 | 1 | 1 | 0 | 0.84 | 240 | 1 | 0.08 |
| Hex | 0 | 0 | 29 | 64 | 64 | 0 | 54 | F0 | 64 | 8 |
| Octal | 0 | 0 | 51 | 144 | 144 | 0 | 124 | 360 | 144 | 10 |
| Binary | 0 | 0 | 101001 | 1100100 | 1100100 | 0 | 1010100 | 11110000 | 1100100 | 1000 |
Color Harmonies of #000029
Complementary color
Monochromatic Colors of #000029
Black with #000029
Text Example
Text Example
White with #000029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000029; }
p { color: rgb(0,0,41); }
H1.HeaderClassName
{
color: #000029;
}
.AnyTagClassName
{
color: #000029;
}
</style>
background-color css
<style>
a { background-color: #000029; }
a { background-color: rgb(0,0,41); }
div.DivClassName
{
background-color: #000029;
}
.BgClassName
{
background-color: #000029;
}
</style>
border-color css
<style>
span { border-color: #000029; }
span { border-color: rgb(0,0,41); }
td.TdClassName
{
border-color: #000029;
}
.TagClassName
{
border-color: #000029;
}
</style>