Shades of Black Russian #010A1F
Tints of Black Russian #010A1F
RGB
CMYK
RGB Variations
Color information
#010A1F (or 0x010A1F) is known color: Black Russian. HEX triplet: 01, 0A and 1F. RGB value is (1,10,31). Sum of RGB (Red+Green+Blue) = 1+10+31=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 31 (12.5% from 255 or 73.81% from 42); Max value from RGB is 31 - color contains mainly: blue. Hex color #010A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A1F is #FEF5E0. Grayscale: #090909. Windows color (decimal): -16709089 or 2034177. OLE color: 2034177.
HSL color Cylindrical-coordinate representation of color #010A1F: hue angle of 222º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010A1F is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 10 | 31 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.88 |
| HSL | 222º | 0.94% | 0.06% | - |
| HSV(B) | 222º | 0.97% | 0.12% | - |
| XYZ | 0.37 | 0.32 | 1.34 | - |
| YUV | 9.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 31 | 0.97 | 0.68 | 0 | 0.88 | 222 | 0.94 | 0.06 |
| Hex | 1 | A | 1F | 61 | 44 | 0 | 58 | DE | 5E | 6 |
| Octal | 1 | 12 | 37 | 141 | 104 | 0 | 130 | 336 | 136 | 6 |
| Binary | 1 | 1010 | 11111 | 1100001 | 1000100 | 0 | 1011000 | 11011110 | 1011110 | 110 |
Color Harmonies of #010A1F
Complementary color
Monochromatic Colors of #010A1F
Black with #010A1F
Text Example
Text Example
White with #010A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A1F; }
p { color: rgb(1,10,31); }
H1.HeaderClassName
{
color: #010A1F;
}
.AnyTagClassName
{
color: #010A1F;
}
</style>
background-color css
<style>
a { background-color: #010A1F; }
a { background-color: rgb(1,10,31); }
div.DivClassName
{
background-color: #010A1F;
}
.BgClassName
{
background-color: #010A1F;
}
</style>
border-color css
<style>
span { border-color: #010A1F; }
span { border-color: rgb(1,10,31); }
td.TdClassName
{
border-color: #010A1F;
}
.TagClassName
{
border-color: #010A1F;
}
</style>