Shades of Black Russian #050C26
Tints of Black Russian #050C26
RGB
CMYK
RGB Variations
Color information
#050C26 (or 0x050C26) is known color: Black Russian. HEX triplet: 05, 0C and 26. RGB value is (5,12,38). Sum of RGB (Red+Green+Blue) = 5+12+38=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 38 (15.23% from 255 or 69.09% from 55); Max value from RGB is 38 - color contains mainly: blue. Hex color #050C26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C26 is #FAF3D9. Grayscale: #0C0C0C. Windows color (decimal): -16446426 or 2493445. OLE color: 2493445.
HSL color Cylindrical-coordinate representation of color #050C26: hue angle of 227.27º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #050C26 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 12 | 38 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.85 |
| HSL | 227.27º | 0.77% | 0.08% | - |
| HSV(B) | 227.27º | 0.87% | 0.15% | - |
| XYZ | 0.54 | 0.44 | 1.89 | - |
| YUV | 12.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 38 | 0.87 | 0.68 | 0 | 0.85 | 227.27 | 0.77 | 0.08 |
| Hex | 5 | C | 26 | 57 | 44 | 0 | 55 | E3 | 4D | 8 |
| Octal | 5 | 14 | 46 | 127 | 104 | 0 | 125 | 343 | 115 | 10 |
| Binary | 101 | 1100 | 100110 | 1010111 | 1000100 | 0 | 1010101 | 11100011 | 1001101 | 1000 |
Color Harmonies of #050C26
Complementary color
Monochromatic Colors of #050C26
Black with #050C26
Text Example
Text Example
White with #050C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C26; }
p { color: rgb(5,12,38); }
H1.HeaderClassName
{
color: #050C26;
}
.AnyTagClassName
{
color: #050C26;
}
</style>
background-color css
<style>
a { background-color: #050C26; }
a { background-color: rgb(5,12,38); }
div.DivClassName
{
background-color: #050C26;
}
.BgClassName
{
background-color: #050C26;
}
</style>
border-color css
<style>
span { border-color: #050C26; }
span { border-color: rgb(5,12,38); }
td.TdClassName
{
border-color: #050C26;
}
.TagClassName
{
border-color: #050C26;
}
</style>