Shades of Black Russian #050C1B
Tints of Black Russian #050C1B
RGB
CMYK
RGB Variations
Color information
#050C1B (or 0x050C1B) is known color: Black Russian. HEX triplet: 05, 0C and 1B. RGB value is (5,12,27). Sum of RGB (Red+Green+Blue) = 5+12+27=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #050C1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C1B is #FAF3E4. Grayscale: #0B0B0B. Windows color (decimal): -16446437 or 1772549. OLE color: 1772549.
HSL color Cylindrical-coordinate representation of color #050C1B: hue angle of 220.91º 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 #050C1B is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 12 | 27 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.89 |
| HSL | 220.91º | 0.69% | 0.06% | - |
| HSV(B) | 220.91º | 0.81% | 0.11% | - |
| XYZ | 0.39 | 0.37 | 1.09 | - |
| YUV | 11.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 27 | 0.81 | 0.56 | 0 | 0.89 | 220.91 | 0.69 | 0.06 |
| Hex | 5 | C | 1B | 51 | 38 | 0 | 59 | DD | 45 | 6 |
| Octal | 5 | 14 | 33 | 121 | 70 | 0 | 131 | 335 | 105 | 6 |
| Binary | 101 | 1100 | 11011 | 1010001 | 111000 | 0 | 1011001 | 11011101 | 1000101 | 110 |
Color Harmonies of #050C1B
Complementary color
Monochromatic Colors of #050C1B
Black with #050C1B
Text Example
Text Example
White with #050C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C1B; }
p { color: rgb(5,12,27); }
H1.HeaderClassName
{
color: #050C1B;
}
.AnyTagClassName
{
color: #050C1B;
}
</style>
background-color css
<style>
a { background-color: #050C1B; }
a { background-color: rgb(5,12,27); }
div.DivClassName
{
background-color: #050C1B;
}
.BgClassName
{
background-color: #050C1B;
}
</style>
border-color css
<style>
span { border-color: #050C1B; }
span { border-color: rgb(5,12,27); }
td.TdClassName
{
border-color: #050C1B;
}
.TagClassName
{
border-color: #050C1B;
}
</style>