Shades of Black Russian #050C1D
Tints of Black Russian #050C1D
RGB
CMYK
RGB Variations
Color information
#050C1D (or 0x050C1D) is known color: Black Russian. HEX triplet: 05, 0C and 1D. RGB value is (5,12,29). Sum of RGB (Red+Green+Blue) = 5+12+29=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #050C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C1D is #FAF3E2. Grayscale: #0B0B0B. Windows color (decimal): -16446435 or 1903621. OLE color: 1903621.
HSL color Cylindrical-coordinate representation of color #050C1D: hue angle of 222.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #050C1D is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 12 | 29 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.89 |
| HSL | 222.5º | 0.71% | 0.07% | - |
| HSV(B) | 222.5º | 0.83% | 0.11% | - |
| XYZ | 0.42 | 0.38 | 1.21 | - |
| YUV | 11.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 29 | 0.83 | 0.59 | 0 | 0.89 | 222.5 | 0.71 | 0.07 |
| Hex | 5 | C | 1D | 53 | 3B | 0 | 59 | DE | 47 | 7 |
| Octal | 5 | 14 | 35 | 123 | 73 | 0 | 131 | 336 | 107 | 7 |
| Binary | 101 | 1100 | 11101 | 1010011 | 111011 | 0 | 1011001 | 11011110 | 1000111 | 111 |
Color Harmonies of #050C1D
Complementary color
Monochromatic Colors of #050C1D
Black with #050C1D
Text Example
Text Example
White with #050C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C1D; }
p { color: rgb(5,12,29); }
H1.HeaderClassName
{
color: #050C1D;
}
.AnyTagClassName
{
color: #050C1D;
}
</style>
background-color css
<style>
a { background-color: #050C1D; }
a { background-color: rgb(5,12,29); }
div.DivClassName
{
background-color: #050C1D;
}
.BgClassName
{
background-color: #050C1D;
}
</style>
border-color css
<style>
span { border-color: #050C1D; }
span { border-color: rgb(5,12,29); }
td.TdClassName
{
border-color: #050C1D;
}
.TagClassName
{
border-color: #050C1D;
}
</style>