Shades of Black Russian #050D1F
Tints of Black Russian #050D1F
RGB
CMYK
RGB Variations
Color information
#050D1F (or 0x050D1F) is known color: Black Russian. HEX triplet: 05, 0D and 1F. RGB value is (5,13,31). Sum of RGB (Red+Green+Blue) = 5+13+31=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #050D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D1F is #FAF2E0. Grayscale: #0C0C0C. Windows color (decimal): -16446177 or 2034949. OLE color: 2034949.
HSL color Cylindrical-coordinate representation of color #050D1F: hue angle of 221.54º 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 #050D1F is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 13 | 31 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.88 |
| HSL | 221.54º | 0.72% | 0.07% | - |
| HSV(B) | 221.54º | 0.84% | 0.12% | - |
| XYZ | 0.45 | 0.42 | 1.35 | - |
| YUV | 12.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 31 | 0.84 | 0.58 | 0 | 0.88 | 221.54 | 0.72 | 0.07 |
| Hex | 5 | D | 1F | 54 | 3A | 0 | 58 | DE | 48 | 7 |
| Octal | 5 | 15 | 37 | 124 | 72 | 0 | 130 | 336 | 110 | 7 |
| Binary | 101 | 1101 | 11111 | 1010100 | 111010 | 0 | 1011000 | 11011110 | 1001000 | 111 |
Color Harmonies of #050D1F
Complementary color
Monochromatic Colors of #050D1F
Black with #050D1F
Text Example
Text Example
White with #050D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D1F; }
p { color: rgb(5,13,31); }
H1.HeaderClassName
{
color: #050D1F;
}
.AnyTagClassName
{
color: #050D1F;
}
</style>
background-color css
<style>
a { background-color: #050D1F; }
a { background-color: rgb(5,13,31); }
div.DivClassName
{
background-color: #050D1F;
}
.BgClassName
{
background-color: #050D1F;
}
</style>
border-color css
<style>
span { border-color: #050D1F; }
span { border-color: rgb(5,13,31); }
td.TdClassName
{
border-color: #050D1F;
}
.TagClassName
{
border-color: #050D1F;
}
</style>