Shades of Black Russian #010A2A
Tints of Black Russian #010A2A
RGB
CMYK
RGB Variations
Color information
#010A2A (or 0x010A2A) is known color: Black Russian. HEX triplet: 01, 0A and 2A. RGB value is (1,10,42). Sum of RGB (Red+Green+Blue) = 1+10+42=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 42 (16.80% from 255 or 79.25% from 53); Max value from RGB is 42 - color contains mainly: blue. Hex color #010A2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A2A is #FEF5D5. Grayscale: #0A0A0A. Windows color (decimal): -16709078 or 2755073. OLE color: 2755073.
HSL color Cylindrical-coordinate representation of color #010A2A: hue angle of 226.83º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010A2A is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 10 | 42 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.84 |
| HSL | 226.83º | 0.95% | 0.08% | - |
| HSV(B) | 226.83º | 0.98% | 0.16% | - |
| XYZ | 0.54 | 0.39 | 2.24 | - |
| YUV | 10.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 42 | 0.98 | 0.76 | 0 | 0.84 | 226.83 | 0.95 | 0.08 |
| Hex | 1 | A | 2A | 62 | 4C | 0 | 54 | E3 | 5F | 8 |
| Octal | 1 | 12 | 52 | 142 | 114 | 0 | 124 | 343 | 137 | 10 |
| Binary | 1 | 1010 | 101010 | 1100010 | 1001100 | 0 | 1010100 | 11100011 | 1011111 | 1000 |
Color Harmonies of #010A2A
Complementary color
Monochromatic Colors of #010A2A
Black with #010A2A
Text Example
Text Example
White with #010A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A2A; }
p { color: rgb(1,10,42); }
H1.HeaderClassName
{
color: #010A2A;
}
.AnyTagClassName
{
color: #010A2A;
}
</style>
background-color css
<style>
a { background-color: #010A2A; }
a { background-color: rgb(1,10,42); }
div.DivClassName
{
background-color: #010A2A;
}
.BgClassName
{
background-color: #010A2A;
}
</style>
border-color css
<style>
span { border-color: #010A2A; }
span { border-color: rgb(1,10,42); }
td.TdClassName
{
border-color: #010A2A;
}
.TagClassName
{
border-color: #010A2A;
}
</style>