Shades of Black Russian #000629
Tints of Black Russian #000629
RGB
CMYK
RGB Variations
Color information
#000629 (or 0x000629) is known color: Black Russian. HEX triplet: 00, 06 and 29. RGB value is (0,6,41). Sum of RGB (Red+Green+Blue) = 0+6+41=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 41 (16.41% from 255 or 87.23% from 47); Max value from RGB is 41 - color contains mainly: blue. Hex color #000629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000629 is #FFF9D6. Grayscale: #080808. Windows color (decimal): -16775639 or 2688512. OLE color: 2688512.
HSL color Cylindrical-coordinate representation of color #000629: hue angle of 231.22º 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 #000629 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 6 | 41 | - |
| CMYK | 1 | 0.85 | 0 | 0.84 |
| HSL | 231.22º | 1% | 0.08% | - |
| HSV(B) | 231.22º | 1% | 0.16% | - |
| XYZ | 0.47 | 0.29 | 2.13 | - |
| YUV | 8.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 41 | 1 | 0.85 | 0 | 0.84 | 231.22 | 1 | 0.08 |
| Hex | 0 | 6 | 29 | 64 | 55 | 0 | 54 | E7 | 64 | 8 |
| Octal | 0 | 6 | 51 | 144 | 125 | 0 | 124 | 347 | 144 | 10 |
| Binary | 0 | 110 | 101001 | 1100100 | 1010101 | 0 | 1010100 | 11100111 | 1100100 | 1000 |
Color Harmonies of #000629
Complementary color
Monochromatic Colors of #000629
Black with #000629
Text Example
Text Example
White with #000629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000629; }
p { color: rgb(0,6,41); }
H1.HeaderClassName
{
color: #000629;
}
.AnyTagClassName
{
color: #000629;
}
</style>
background-color css
<style>
a { background-color: #000629; }
a { background-color: rgb(0,6,41); }
div.DivClassName
{
background-color: #000629;
}
.BgClassName
{
background-color: #000629;
}
</style>
border-color css
<style>
span { border-color: #000629; }
span { border-color: rgb(0,6,41); }
td.TdClassName
{
border-color: #000629;
}
.TagClassName
{
border-color: #000629;
}
</style>