Shades of Black Russian #000928
Tints of Black Russian #000928
RGB
CMYK
RGB Variations
Color information
#000928 (or 0x000928) is known color: Black Russian. HEX triplet: 00, 09 and 28. RGB value is (0,9,40). Sum of RGB (Red+Green+Blue) = 0+9+40=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 40 (16.02% from 255 or 81.63% from 49); Max value from RGB is 40 - color contains mainly: blue. Hex color #000928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000928 is #FFF6D7. Grayscale: #090909. Windows color (decimal): -16774872 or 2623744. OLE color: 2623744.
HSL color Cylindrical-coordinate representation of color #000928: hue angle of 226.5º 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 #000928 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 9 | 40 | - |
| CMYK | 1 | 0.78 | 0 | 0.84 |
| HSL | 226.5º | 1% | 0.08% | - |
| HSV(B) | 226.5º | 1% | 0.16% | - |
| XYZ | 0.48 | 0.35 | 2.05 | - |
| YUV | 9.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 40 | 1 | 0.78 | 0 | 0.84 | 226.5 | 1 | 0.08 |
| Hex | 0 | 9 | 28 | 64 | 4E | 0 | 54 | E2 | 64 | 8 |
| Octal | 0 | 11 | 50 | 144 | 116 | 0 | 124 | 342 | 144 | 10 |
| Binary | 0 | 1001 | 101000 | 1100100 | 1001110 | 0 | 1010100 | 11100010 | 1100100 | 1000 |
Color Harmonies of #000928
Complementary color
Monochromatic Colors of #000928
Black with #000928
Text Example
Text Example
White with #000928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000928; }
p { color: rgb(0,9,40); }
H1.HeaderClassName
{
color: #000928;
}
.AnyTagClassName
{
color: #000928;
}
</style>
background-color css
<style>
a { background-color: #000928; }
a { background-color: rgb(0,9,40); }
div.DivClassName
{
background-color: #000928;
}
.BgClassName
{
background-color: #000928;
}
</style>
border-color css
<style>
span { border-color: #000928; }
span { border-color: rgb(0,9,40); }
td.TdClassName
{
border-color: #000928;
}
.TagClassName
{
border-color: #000928;
}
</style>