Shades of Black Russian #000A23
Tints of Black Russian #000A23
RGB
CMYK
RGB Variations
Color information
#000A23 (or 0x000A23) is known color: Black Russian. HEX triplet: 00, 0A and 23. RGB value is (0,10,35). Sum of RGB (Red+Green+Blue) = 0+10+35=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 35 (14.06% from 255 or 77.78% from 45); Max value from RGB is 35 - color contains mainly: blue. Hex color #000A23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A23 is #FFF5DC. Grayscale: #090909. Windows color (decimal): -16774621 or 2296320. OLE color: 2296320.
HSL color Cylindrical-coordinate representation of color #000A23: hue angle of 222.86º 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 #000A23 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 10 | 35 | - |
| CMYK | 1 | 0.71 | 0 | 0.86 |
| HSL | 222.86º | 1% | 0.07% | - |
| HSV(B) | 222.86º | 1% | 0.14% | - |
| XYZ | 0.41 | 0.34 | 1.63 | - |
| YUV | 9.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 35 | 1 | 0.71 | 0 | 0.86 | 222.86 | 1 | 0.07 |
| Hex | 0 | A | 23 | 64 | 47 | 0 | 56 | DF | 64 | 7 |
| Octal | 0 | 12 | 43 | 144 | 107 | 0 | 126 | 337 | 144 | 7 |
| Binary | 0 | 1010 | 100011 | 1100100 | 1000111 | 0 | 1010110 | 11011111 | 1100100 | 111 |
Color Harmonies of #000A23
Complementary color
Monochromatic Colors of #000A23
Black with #000A23
Text Example
Text Example
White with #000A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A23; }
p { color: rgb(0,10,35); }
H1.HeaderClassName
{
color: #000A23;
}
.AnyTagClassName
{
color: #000A23;
}
</style>
background-color css
<style>
a { background-color: #000A23; }
a { background-color: rgb(0,10,35); }
div.DivClassName
{
background-color: #000A23;
}
.BgClassName
{
background-color: #000A23;
}
</style>
border-color css
<style>
span { border-color: #000A23; }
span { border-color: rgb(0,10,35); }
td.TdClassName
{
border-color: #000A23;
}
.TagClassName
{
border-color: #000A23;
}
</style>