Shades of Black Russian #050F23
Tints of Black Russian #050F23
RGB
CMYK
RGB Variations
Color information
#050F23 (or 0x050F23) is known color: Black Russian. HEX triplet: 05, 0F and 23. RGB value is (5,15,35). Sum of RGB (Red+Green+Blue) = 5+15+35=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 35 (14.06% from 255 or 63.64% from 55); Max value from RGB is 35 - color contains mainly: blue. Hex color #050F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F23 is #FAF0DC. Grayscale: #0E0E0E. Windows color (decimal): -16445661 or 2297605. OLE color: 2297605.
HSL color Cylindrical-coordinate representation of color #050F23: hue angle of 220º 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 #050F23 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 5 | 15 | 35 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.86 |
| HSL | 220º | 0.75% | 0.08% | - |
| HSV(B) | 220º | 0.86% | 0.14% | - |
| XYZ | 0.54 | 0.5 | 1.66 | - |
| YUV | 14.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 35 | 0.86 | 0.57 | 0 | 0.86 | 220 | 0.75 | 0.08 |
| Hex | 5 | F | 23 | 56 | 39 | 0 | 56 | DC | 4B | 8 |
| Octal | 5 | 17 | 43 | 126 | 71 | 0 | 126 | 334 | 113 | 10 |
| Binary | 101 | 1111 | 100011 | 1010110 | 111001 | 0 | 1010110 | 11011100 | 1001011 | 1000 |
Color Harmonies of #050F23
Complementary color
Monochromatic Colors of #050F23
Black with #050F23
Text Example
Text Example
White with #050F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F23; }
p { color: rgb(5,15,35); }
H1.HeaderClassName
{
color: #050F23;
}
.AnyTagClassName
{
color: #050F23;
}
</style>
background-color css
<style>
a { background-color: #050F23; }
a { background-color: rgb(5,15,35); }
div.DivClassName
{
background-color: #050F23;
}
.BgClassName
{
background-color: #050F23;
}
</style>
border-color css
<style>
span { border-color: #050F23; }
span { border-color: rgb(5,15,35); }
td.TdClassName
{
border-color: #050F23;
}
.TagClassName
{
border-color: #050F23;
}
</style>