Shades of Black Russian #000923
Tints of Black Russian #000923
RGB
CMYK
RGB Variations
Color information
#000923 (or 0x000923) is known color: Black Russian. HEX triplet: 00, 09 and 23. RGB value is (0,9,35). Sum of RGB (Red+Green+Blue) = 0+9+35=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 35 (14.06% from 255 or 79.55% from 44); Max value from RGB is 35 - color contains mainly: blue. Hex color #000923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000923 is #FFF6DC. Grayscale: #090909. Windows color (decimal): -16774877 or 2296064. OLE color: 2296064.
HSL color Cylindrical-coordinate representation of color #000923: hue angle of 224.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000923 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 9 | 35 | - |
| CMYK | 1 | 0.74 | 0 | 0.86 |
| HSL | 224.57º | 1% | 0.07% | - |
| HSV(B) | 224.57º | 1% | 0.14% | - |
| XYZ | 0.4 | 0.32 | 1.63 | - |
| YUV | 9.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 35 | 1 | 0.74 | 0 | 0.86 | 224.57 | 1 | 0.07 |
| Hex | 0 | 9 | 23 | 64 | 4A | 0 | 56 | E1 | 64 | 7 |
| Octal | 0 | 11 | 43 | 144 | 112 | 0 | 126 | 341 | 144 | 7 |
| Binary | 0 | 1001 | 100011 | 1100100 | 1001010 | 0 | 1010110 | 11100001 | 1100100 | 111 |
Color Harmonies of #000923
Complementary color
Monochromatic Colors of #000923
Black with #000923
Text Example
Text Example
White with #000923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000923; }
p { color: rgb(0,9,35); }
H1.HeaderClassName
{
color: #000923;
}
.AnyTagClassName
{
color: #000923;
}
</style>
background-color css
<style>
a { background-color: #000923; }
a { background-color: rgb(0,9,35); }
div.DivClassName
{
background-color: #000923;
}
.BgClassName
{
background-color: #000923;
}
</style>
border-color css
<style>
span { border-color: #000923; }
span { border-color: rgb(0,9,35); }
td.TdClassName
{
border-color: #000923;
}
.TagClassName
{
border-color: #000923;
}
</style>