Shades of Black Russian #00091A
Tints of Black Russian #00091A
RGB
CMYK
RGB Variations
Color information
#00091A (or 0x00091A) is known color: Black Russian. HEX triplet: 00, 09 and 1A. RGB value is (0,9,26). Sum of RGB (Red+Green+Blue) = 0+9+26=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 26 (10.55% from 255 or 74.29% from 35); Max value from RGB is 26 - color contains mainly: blue. Hex color #00091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00091A is #FFF6E5. Grayscale: #080808. Windows color (decimal): -16774886 or 1706240. OLE color: 1706240.
HSL color Cylindrical-coordinate representation of color #00091A: hue angle of 219.23º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00091A is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 9 | 26 | - |
| CMYK | 1 | 0.65 | 0 | 0.90 |
| HSL | 219.23º | 1% | 0.05% | - |
| HSV(B) | 219.23º | 1% | 0.1% | - |
| XYZ | 0.28 | 0.27 | 1.01 | - |
| YUV | 8.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 26 | 1 | 0.65 | 0 | 0.90 | 219.23 | 1 | 0.05 |
| Hex | 0 | 9 | 1A | 64 | 41 | 0 | 5A | DB | 64 | 5 |
| Octal | 0 | 11 | 32 | 144 | 101 | 0 | 132 | 333 | 144 | 5 |
| Binary | 0 | 1001 | 11010 | 1100100 | 1000001 | 0 | 1011010 | 11011011 | 1100100 | 101 |
Color Harmonies of #00091A
Complementary color
Monochromatic Colors of #00091A
Black with #00091A
Text Example
Text Example
White with #00091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00091A; }
p { color: rgb(0,9,26); }
H1.HeaderClassName
{
color: #00091A;
}
.AnyTagClassName
{
color: #00091A;
}
</style>
background-color css
<style>
a { background-color: #00091A; }
a { background-color: rgb(0,9,26); }
div.DivClassName
{
background-color: #00091A;
}
.BgClassName
{
background-color: #00091A;
}
</style>
border-color css
<style>
span { border-color: #00091A; }
span { border-color: rgb(0,9,26); }
td.TdClassName
{
border-color: #00091A;
}
.TagClassName
{
border-color: #00091A;
}
</style>