Shades of Black Russian #051128
Tints of Black Russian #051128
RGB
CMYK
RGB Variations
Color information
#051128 (or 0x051128) is known color: Black Russian. HEX triplet: 05, 11 and 28. RGB value is (5,17,40). Sum of RGB (Red+Green+Blue) = 5+17+40=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #051128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051128 is #FAEED7. Grayscale: #0F0F0F. Windows color (decimal): -16445144 or 2625797. OLE color: 2625797.
HSL color Cylindrical-coordinate representation of color #051128: hue angle of 219.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051128 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 17 | 40 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.84 |
| HSL | 219.43º | 0.78% | 0.09% | - |
| HSV(B) | 219.43º | 0.88% | 0.16% | - |
| XYZ | 0.65 | 0.59 | 2.09 | - |
| YUV | 16.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 40 | 0.88 | 0.57 | 0 | 0.84 | 219.43 | 0.78 | 0.09 |
| Hex | 5 | 11 | 28 | 58 | 39 | 0 | 54 | DB | 4E | 9 |
| Octal | 5 | 21 | 50 | 130 | 71 | 0 | 124 | 333 | 116 | 11 |
| Binary | 101 | 10001 | 101000 | 1011000 | 111001 | 0 | 1010100 | 11011011 | 1001110 | 1001 |
Color Harmonies of #051128
Complementary color
Monochromatic Colors of #051128
Black with #051128
Text Example
Text Example
White with #051128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051128; }
p { color: rgb(5,17,40); }
H1.HeaderClassName
{
color: #051128;
}
.AnyTagClassName
{
color: #051128;
}
</style>
background-color css
<style>
a { background-color: #051128; }
a { background-color: rgb(5,17,40); }
div.DivClassName
{
background-color: #051128;
}
.BgClassName
{
background-color: #051128;
}
</style>
border-color css
<style>
span { border-color: #051128; }
span { border-color: rgb(5,17,40); }
td.TdClassName
{
border-color: #051128;
}
.TagClassName
{
border-color: #051128;
}
</style>