Shades of Black Russian #01091A
Tints of Black Russian #01091A
RGB
CMYK
RGB Variations
Color information
#01091A (or 0x01091A) is known color: Black Russian. HEX triplet: 01, 09 and 1A. RGB value is (1,9,26). Sum of RGB (Red+Green+Blue) = 1+9+26=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #01091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01091A is #FEF6E5. Grayscale: #080808. Windows color (decimal): -16709350 or 1706241. OLE color: 1706241.
HSL color Cylindrical-coordinate representation of color #01091A: hue angle of 220.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01091A is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 9 | 26 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.90 |
| HSL | 220.8º | 0.93% | 0.05% | - |
| HSV(B) | 220.8º | 0.96% | 0.1% | - |
| XYZ | 0.3 | 0.28 | 1.01 | - |
| YUV | 8.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 26 | 0.96 | 0.65 | 0 | 0.90 | 220.8 | 0.93 | 0.05 |
| Hex | 1 | 9 | 1A | 60 | 41 | 0 | 5A | DD | 5D | 5 |
| Octal | 1 | 11 | 32 | 140 | 101 | 0 | 132 | 335 | 135 | 5 |
| Binary | 1 | 1001 | 11010 | 1100000 | 1000001 | 0 | 1011010 | 11011101 | 1011101 | 101 |
Color Harmonies of #01091A
Complementary color
Monochromatic Colors of #01091A
Black with #01091A
Text Example
Text Example
White with #01091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01091A; }
p { color: rgb(1,9,26); }
H1.HeaderClassName
{
color: #01091A;
}
.AnyTagClassName
{
color: #01091A;
}
</style>
background-color css
<style>
a { background-color: #01091A; }
a { background-color: rgb(1,9,26); }
div.DivClassName
{
background-color: #01091A;
}
.BgClassName
{
background-color: #01091A;
}
</style>
border-color css
<style>
span { border-color: #01091A; }
span { border-color: rgb(1,9,26); }
td.TdClassName
{
border-color: #01091A;
}
.TagClassName
{
border-color: #01091A;
}
</style>