Shades of Black Russian #050A23
Tints of Black Russian #050A23
RGB
CMYK
RGB Variations
Color information
#050A23 (or 0x050A23) is known color: Black Russian. HEX triplet: 05, 0A and 23. RGB value is (5,10,35). Sum of RGB (Red+Green+Blue) = 5+10+35=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 35 (14.06% from 255 or 70% from 50); Max value from RGB is 35 - color contains mainly: blue. Hex color #050A23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A23 is #FAF5DC. Grayscale: #0B0B0B. Windows color (decimal): -16446941 or 2296325. OLE color: 2296325.
HSL color Cylindrical-coordinate representation of color #050A23: hue angle of 230º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #050A23 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 10 | 35 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.86 |
| HSL | 230º | 0.75% | 0.08% | - |
| HSV(B) | 230º | 0.86% | 0.14% | - |
| XYZ | 0.47 | 0.37 | 1.64 | - |
| YUV | 11.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 35 | 0.86 | 0.71 | 0 | 0.86 | 230 | 0.75 | 0.08 |
| Hex | 5 | A | 23 | 56 | 47 | 0 | 56 | E6 | 4B | 8 |
| Octal | 5 | 12 | 43 | 126 | 107 | 0 | 126 | 346 | 113 | 10 |
| Binary | 101 | 1010 | 100011 | 1010110 | 1000111 | 0 | 1010110 | 11100110 | 1001011 | 1000 |
Color Harmonies of #050A23
Complementary color
Monochromatic Colors of #050A23
Black with #050A23
Text Example
Text Example
White with #050A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A23; }
p { color: rgb(5,10,35); }
H1.HeaderClassName
{
color: #050A23;
}
.AnyTagClassName
{
color: #050A23;
}
</style>
background-color css
<style>
a { background-color: #050A23; }
a { background-color: rgb(5,10,35); }
div.DivClassName
{
background-color: #050A23;
}
.BgClassName
{
background-color: #050A23;
}
</style>
border-color css
<style>
span { border-color: #050A23; }
span { border-color: rgb(5,10,35); }
td.TdClassName
{
border-color: #050A23;
}
.TagClassName
{
border-color: #050A23;
}
</style>