Shades of Black Russian #050C1A
Tints of Black Russian #050C1A
RGB
CMYK
RGB Variations
Color information
#050C1A (or 0x050C1A) is known color: Black Russian. HEX triplet: 05, 0C and 1A. RGB value is (5,12,26). Sum of RGB (Red+Green+Blue) = 5+12+26=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #050C1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C1A is #FAF3E5. Grayscale: #0B0B0B. Windows color (decimal): -16446438 or 1707013. OLE color: 1707013.
HSL color Cylindrical-coordinate representation of color #050C1A: hue angle of 220º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #050C1A is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 12 | 26 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.90 |
| HSL | 220º | 0.68% | 0.06% | - |
| HSV(B) | 220º | 0.81% | 0.1% | - |
| XYZ | 0.38 | 0.37 | 1.03 | - |
| YUV | 11.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 26 | 0.81 | 0.54 | 0 | 0.90 | 220 | 0.68 | 0.06 |
| Hex | 5 | C | 1A | 51 | 36 | 0 | 5A | DC | 44 | 6 |
| Octal | 5 | 14 | 32 | 121 | 66 | 0 | 132 | 334 | 104 | 6 |
| Binary | 101 | 1100 | 11010 | 1010001 | 110110 | 0 | 1011010 | 11011100 | 1000100 | 110 |
Color Harmonies of #050C1A
Complementary color
Monochromatic Colors of #050C1A
Black with #050C1A
Text Example
Text Example
White with #050C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C1A; }
p { color: rgb(5,12,26); }
H1.HeaderClassName
{
color: #050C1A;
}
.AnyTagClassName
{
color: #050C1A;
}
</style>
background-color css
<style>
a { background-color: #050C1A; }
a { background-color: rgb(5,12,26); }
div.DivClassName
{
background-color: #050C1A;
}
.BgClassName
{
background-color: #050C1A;
}
</style>
border-color css
<style>
span { border-color: #050C1A; }
span { border-color: rgb(5,12,26); }
td.TdClassName
{
border-color: #050C1A;
}
.TagClassName
{
border-color: #050C1A;
}
</style>