Shades of Black Russian #050A1F
Tints of Black Russian #050A1F
RGB
CMYK
RGB Variations
Color information
#050A1F (or 0x050A1F) is known color: Black Russian. HEX triplet: 05, 0A and 1F. RGB value is (5,10,31). Sum of RGB (Red+Green+Blue) = 5+10+31=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #050A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A1F is #FAF5E0. Grayscale: #0A0A0A. Windows color (decimal): -16446945 or 2034181. OLE color: 2034181.
HSL color Cylindrical-coordinate representation of color #050A1F: hue angle of 228.46º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #050A1F is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 10 | 31 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.88 |
| HSL | 228.46º | 0.72% | 0.07% | - |
| HSV(B) | 228.46º | 0.84% | 0.12% | - |
| XYZ | 0.42 | 0.35 | 1.34 | - |
| YUV | 10.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 31 | 0.84 | 0.68 | 0 | 0.88 | 228.46 | 0.72 | 0.07 |
| Hex | 5 | A | 1F | 54 | 44 | 0 | 58 | E4 | 48 | 7 |
| Octal | 5 | 12 | 37 | 124 | 104 | 0 | 130 | 344 | 110 | 7 |
| Binary | 101 | 1010 | 11111 | 1010100 | 1000100 | 0 | 1011000 | 11100100 | 1001000 | 111 |
Color Harmonies of #050A1F
Complementary color
Monochromatic Colors of #050A1F
Black with #050A1F
Text Example
Text Example
White with #050A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A1F; }
p { color: rgb(5,10,31); }
H1.HeaderClassName
{
color: #050A1F;
}
.AnyTagClassName
{
color: #050A1F;
}
</style>
background-color css
<style>
a { background-color: #050A1F; }
a { background-color: rgb(5,10,31); }
div.DivClassName
{
background-color: #050A1F;
}
.BgClassName
{
background-color: #050A1F;
}
</style>
border-color css
<style>
span { border-color: #050A1F; }
span { border-color: rgb(5,10,31); }
td.TdClassName
{
border-color: #050A1F;
}
.TagClassName
{
border-color: #050A1F;
}
</style>