Shades of Black Russian #050C1F
Tints of Black Russian #050C1F
RGB
CMYK
RGB Variations
Color information
#050C1F (or 0x050C1F) is known color: Black Russian. HEX triplet: 05, 0C and 1F. RGB value is (5,12,31). Sum of RGB (Red+Green+Blue) = 5+12+31=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #050C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C1F is #FAF3E0. Grayscale: #0B0B0B. Windows color (decimal): -16446433 or 2034693. OLE color: 2034693.
HSL color Cylindrical-coordinate representation of color #050C1F: hue angle of 223.85º 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 #050C1F is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 12 | 31 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.88 |
| HSL | 223.85º | 0.72% | 0.07% | - |
| HSV(B) | 223.85º | 0.84% | 0.12% | - |
| XYZ | 0.44 | 0.39 | 1.35 | - |
| YUV | 12.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 31 | 0.84 | 0.61 | 0 | 0.88 | 223.85 | 0.72 | 0.07 |
| Hex | 5 | C | 1F | 54 | 3D | 0 | 58 | E0 | 48 | 7 |
| Octal | 5 | 14 | 37 | 124 | 75 | 0 | 130 | 340 | 110 | 7 |
| Binary | 101 | 1100 | 11111 | 1010100 | 111101 | 0 | 1011000 | 11100000 | 1001000 | 111 |
Color Harmonies of #050C1F
Complementary color
Monochromatic Colors of #050C1F
Black with #050C1F
Text Example
Text Example
White with #050C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C1F; }
p { color: rgb(5,12,31); }
H1.HeaderClassName
{
color: #050C1F;
}
.AnyTagClassName
{
color: #050C1F;
}
</style>
background-color css
<style>
a { background-color: #050C1F; }
a { background-color: rgb(5,12,31); }
div.DivClassName
{
background-color: #050C1F;
}
.BgClassName
{
background-color: #050C1F;
}
</style>
border-color css
<style>
span { border-color: #050C1F; }
span { border-color: rgb(5,12,31); }
td.TdClassName
{
border-color: #050C1F;
}
.TagClassName
{
border-color: #050C1F;
}
</style>