Shades of Black Russian #050A1B
Tints of Black Russian #050A1B
RGB
CMYK
RGB Variations
Color information
#050A1B (or 0x050A1B) is known color: Black Russian. HEX triplet: 05, 0A and 1B. RGB value is (5,10,27). Sum of RGB (Red+Green+Blue) = 5+10+27=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #050A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A1B is #FAF5E4. Grayscale: #0A0A0A. Windows color (decimal): -16446949 or 1772037. OLE color: 1772037.
HSL color Cylindrical-coordinate representation of color #050A1B: hue angle of 226.36º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #050A1B is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 10 | 27 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.89 |
| HSL | 226.36º | 0.69% | 0.06% | - |
| HSV(B) | 226.36º | 0.81% | 0.11% | - |
| XYZ | 0.37 | 0.33 | 1.08 | - |
| YUV | 10.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 27 | 0.81 | 0.63 | 0 | 0.89 | 226.36 | 0.69 | 0.06 |
| Hex | 5 | A | 1B | 51 | 3F | 0 | 59 | E2 | 45 | 6 |
| Octal | 5 | 12 | 33 | 121 | 77 | 0 | 131 | 342 | 105 | 6 |
| Binary | 101 | 1010 | 11011 | 1010001 | 111111 | 0 | 1011001 | 11100010 | 1000101 | 110 |
Color Harmonies of #050A1B
Complementary color
Monochromatic Colors of #050A1B
Black with #050A1B
Text Example
Text Example
White with #050A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A1B; }
p { color: rgb(5,10,27); }
H1.HeaderClassName
{
color: #050A1B;
}
.AnyTagClassName
{
color: #050A1B;
}
</style>
background-color css
<style>
a { background-color: #050A1B; }
a { background-color: rgb(5,10,27); }
div.DivClassName
{
background-color: #050A1B;
}
.BgClassName
{
background-color: #050A1B;
}
</style>
border-color css
<style>
span { border-color: #050A1B; }
span { border-color: rgb(5,10,27); }
td.TdClassName
{
border-color: #050A1B;
}
.TagClassName
{
border-color: #050A1B;
}
</style>