Shades of Black Russian #050B1C
Tints of Black Russian #050B1C
RGB
CMYK
RGB Variations
Color information
#050B1C (or 0x050B1C) is known color: Black Russian. HEX triplet: 05, 0B and 1C. RGB value is (5,11,28). Sum of RGB (Red+Green+Blue) = 5+11+28=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #050B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B1C is #FAF4E3. Grayscale: #0B0B0B. Windows color (decimal): -16446692 or 1837829. OLE color: 1837829.
HSL color Cylindrical-coordinate representation of color #050B1C: hue angle of 224.35º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #050B1C is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 11 | 28 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.89 |
| HSL | 224.35º | 0.7% | 0.06% | - |
| HSV(B) | 224.35º | 0.82% | 0.11% | - |
| XYZ | 0.39 | 0.36 | 1.15 | - |
| YUV | 11.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 28 | 0.82 | 0.61 | 0 | 0.89 | 224.35 | 0.7 | 0.06 |
| Hex | 5 | B | 1C | 52 | 3D | 0 | 59 | E0 | 46 | 6 |
| Octal | 5 | 13 | 34 | 122 | 75 | 0 | 131 | 340 | 106 | 6 |
| Binary | 101 | 1011 | 11100 | 1010010 | 111101 | 0 | 1011001 | 11100000 | 1000110 | 110 |
Color Harmonies of #050B1C
Complementary color
Monochromatic Colors of #050B1C
Black with #050B1C
Text Example
Text Example
White with #050B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B1C; }
p { color: rgb(5,11,28); }
H1.HeaderClassName
{
color: #050B1C;
}
.AnyTagClassName
{
color: #050B1C;
}
</style>
background-color css
<style>
a { background-color: #050B1C; }
a { background-color: rgb(5,11,28); }
div.DivClassName
{
background-color: #050B1C;
}
.BgClassName
{
background-color: #050B1C;
}
</style>
border-color css
<style>
span { border-color: #050B1C; }
span { border-color: rgb(5,11,28); }
td.TdClassName
{
border-color: #050B1C;
}
.TagClassName
{
border-color: #050B1C;
}
</style>