Shades of Black Russian #060128
Tints of Black Russian #060128
RGB
CMYK
RGB Variations
Color information
#060128 (or 0x060128) is known color: Black Russian. HEX triplet: 06, 01 and 28. RGB value is (6,1,40). Sum of RGB (Red+Green+Blue) = 6+1+40=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 40 (16.02% from 255 or 85.11% from 47); Max value from RGB is 40 - color contains mainly: blue. Hex color #060128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060128 is #F9FED7. Grayscale: #060606. Windows color (decimal): -16383704 or 2621702. OLE color: 2621702.
HSL color Cylindrical-coordinate representation of color #060128: hue angle of 247.69º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060128 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 1 | 40 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.84 |
| HSL | 247.69º | 0.95% | 0.08% | - |
| HSV(B) | 247.69º | 0.98% | 0.16% | - |
| XYZ | 0.47 | 0.21 | 2.02 | - |
| YUV | 6.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 40 | 0.85 | 0.98 | 0 | 0.84 | 247.69 | 0.95 | 0.08 |
| Hex | 6 | 1 | 28 | 55 | 62 | 0 | 54 | F8 | 5F | 8 |
| Octal | 6 | 1 | 50 | 125 | 142 | 0 | 124 | 370 | 137 | 10 |
| Binary | 110 | 1 | 101000 | 1010101 | 1100010 | 0 | 1010100 | 11111000 | 1011111 | 1000 |
Color Harmonies of #060128
Complementary color
Monochromatic Colors of #060128
Black with #060128
Text Example
Text Example
White with #060128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060128; }
p { color: rgb(6,1,40); }
H1.HeaderClassName
{
color: #060128;
}
.AnyTagClassName
{
color: #060128;
}
</style>
background-color css
<style>
a { background-color: #060128; }
a { background-color: rgb(6,1,40); }
div.DivClassName
{
background-color: #060128;
}
.BgClassName
{
background-color: #060128;
}
</style>
border-color css
<style>
span { border-color: #060128; }
span { border-color: rgb(6,1,40); }
td.TdClassName
{
border-color: #060128;
}
.TagClassName
{
border-color: #060128;
}
</style>