Shades of Black Russian #01092D
Tints of Black Russian #01092D
RGB
CMYK
RGB Variations
Color information
#01092D (or 0x01092D) is known color: Black Russian. HEX triplet: 01, 09 and 2D. RGB value is (1,9,45). Sum of RGB (Red+Green+Blue) = 1+9+45=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 45 (17.97% from 255 or 81.82% from 55); Max value from RGB is 45 - color contains mainly: blue. Hex color #01092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01092D is #FEF6D2. Grayscale: #0A0A0A. Windows color (decimal): -16709331 or 2951425. OLE color: 2951425.
HSL color Cylindrical-coordinate representation of color #01092D: hue angle of 229.09º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01092D is Cyan = 0.98, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 9 | 45 | - |
| CMYK | 0.98 | 0.8 | 0 | 0.82 |
| HSL | 229.09º | 0.96% | 0.09% | - |
| HSV(B) | 229.09º | 0.98% | 0.18% | - |
| XYZ | 0.58 | 0.39 | 2.53 | - |
| YUV | 10.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 45 | 0.98 | 0.8 | 0 | 0.82 | 229.09 | 0.96 | 0.09 |
| Hex | 1 | 9 | 2D | 62 | 50 | 0 | 52 | E5 | 60 | 9 |
| Octal | 1 | 11 | 55 | 142 | 120 | 0 | 122 | 345 | 140 | 11 |
| Binary | 1 | 1001 | 101101 | 1100010 | 1010000 | 0 | 1010010 | 11100101 | 1100000 | 1001 |
Color Harmonies of #01092D
Complementary color
Monochromatic Colors of #01092D
Black with #01092D
Text Example
Text Example
White with #01092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01092D; }
p { color: rgb(1,9,45); }
H1.HeaderClassName
{
color: #01092D;
}
.AnyTagClassName
{
color: #01092D;
}
</style>
background-color css
<style>
a { background-color: #01092D; }
a { background-color: rgb(1,9,45); }
div.DivClassName
{
background-color: #01092D;
}
.BgClassName
{
background-color: #01092D;
}
</style>
border-color css
<style>
span { border-color: #01092D; }
span { border-color: rgb(1,9,45); }
td.TdClassName
{
border-color: #01092D;
}
.TagClassName
{
border-color: #01092D;
}
</style>