Shades of Black Russian #000628
Tints of Black Russian #000628
RGB
CMYK
RGB Variations
Color information
#000628 (or 0x000628) is known color: Black Russian. HEX triplet: 00, 06 and 28. RGB value is (0,6,40). Sum of RGB (Red+Green+Blue) = 0+6+40=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 40 (16.02% from 255 or 86.96% from 46); Max value from RGB is 40 - color contains mainly: blue. Hex color #000628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000628 is #FFF9D7. Grayscale: #070707. Windows color (decimal): -16775640 or 2622976. OLE color: 2622976.
HSL color Cylindrical-coordinate representation of color #000628: hue angle of 231º 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 #000628 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 6 | 40 | - |
| CMYK | 1 | 0.85 | 0 | 0.84 |
| HSL | 231º | 1% | 0.08% | - |
| HSV(B) | 231º | 1% | 0.16% | - |
| XYZ | 0.45 | 0.28 | 2.04 | - |
| YUV | 8.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 40 | 1 | 0.85 | 0 | 0.84 | 231 | 1 | 0.08 |
| Hex | 0 | 6 | 28 | 64 | 55 | 0 | 54 | E7 | 64 | 8 |
| Octal | 0 | 6 | 50 | 144 | 125 | 0 | 124 | 347 | 144 | 10 |
| Binary | 0 | 110 | 101000 | 1100100 | 1010101 | 0 | 1010100 | 11100111 | 1100100 | 1000 |
Color Harmonies of #000628
Complementary color
Monochromatic Colors of #000628
Black with #000628
Text Example
Text Example
White with #000628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000628; }
p { color: rgb(0,6,40); }
H1.HeaderClassName
{
color: #000628;
}
.AnyTagClassName
{
color: #000628;
}
</style>
background-color css
<style>
a { background-color: #000628; }
a { background-color: rgb(0,6,40); }
div.DivClassName
{
background-color: #000628;
}
.BgClassName
{
background-color: #000628;
}
</style>
border-color css
<style>
span { border-color: #000628; }
span { border-color: rgb(0,6,40); }
td.TdClassName
{
border-color: #000628;
}
.TagClassName
{
border-color: #000628;
}
</style>