Shades of Black Russian #050C2E
Tints of Black Russian #050C2E
RGB
CMYK
RGB Variations
Color information
#050C2E (or 0x050C2E) is known color: Black Russian. HEX triplet: 05, 0C and 2E. RGB value is (5,12,46). Sum of RGB (Red+Green+Blue) = 5+12+46=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 46 (18.36% from 255 or 73.02% from 63); Max value from RGB is 46 - color contains mainly: blue. Hex color #050C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C2E is #FAF3D1. Grayscale: #0D0D0D. Windows color (decimal): -16446418 or 3017733. OLE color: 3017733.
HSL color Cylindrical-coordinate representation of color #050C2E: hue angle of 229.76º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050C2E is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 12 | 46 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.82 |
| HSL | 229.76º | 0.8% | 0.1% | - |
| HSV(B) | 229.76º | 0.89% | 0.18% | - |
| XYZ | 0.69 | 0.49 | 2.64 | - |
| YUV | 13.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 46 | 0.89 | 0.74 | 0 | 0.82 | 229.76 | 0.8 | 0.1 |
| Hex | 5 | C | 2E | 59 | 4A | 0 | 52 | E6 | 50 | A |
| Octal | 5 | 14 | 56 | 131 | 112 | 0 | 122 | 346 | 120 | 12 |
| Binary | 101 | 1100 | 101110 | 1011001 | 1001010 | 0 | 1010010 | 11100110 | 1010000 | 1010 |
Color Harmonies of #050C2E
Complementary color
Monochromatic Colors of #050C2E
Black with #050C2E
Text Example
Text Example
White with #050C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C2E; }
p { color: rgb(5,12,46); }
H1.HeaderClassName
{
color: #050C2E;
}
.AnyTagClassName
{
color: #050C2E;
}
</style>
background-color css
<style>
a { background-color: #050C2E; }
a { background-color: rgb(5,12,46); }
div.DivClassName
{
background-color: #050C2E;
}
.BgClassName
{
background-color: #050C2E;
}
</style>
border-color css
<style>
span { border-color: #050C2E; }
span { border-color: rgb(5,12,46); }
td.TdClassName
{
border-color: #050C2E;
}
.TagClassName
{
border-color: #050C2E;
}
</style>