Shades of Black Russian #030128
Tints of Black Russian #030128
RGB
CMYK
RGB Variations
Color information
#030128 (or 0x030128) is known color: Black Russian. HEX triplet: 03, 01 and 28. RGB value is (3,1,40). Sum of RGB (Red+Green+Blue) = 3+1+40=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 40 (16.02% from 255 or 90.91% from 44); Max value from RGB is 40 - color contains mainly: blue. Hex color #030128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030128 is #FCFED7. Grayscale: #050505. Windows color (decimal): -16580312 or 2621699. OLE color: 2621699.
HSL color Cylindrical-coordinate representation of color #030128: hue angle of 243.08º 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 #030128 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 1 | 40 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.84 |
| HSL | 243.08º | 0.95% | 0.08% | - |
| HSV(B) | 243.08º | 0.98% | 0.16% | - |
| XYZ | 0.43 | 0.19 | 2.02 | - |
| YUV | 6.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 40 | 0.93 | 0.98 | 0 | 0.84 | 243.08 | 0.95 | 0.08 |
| Hex | 3 | 1 | 28 | 5D | 62 | 0 | 54 | F3 | 5F | 8 |
| Octal | 3 | 1 | 50 | 135 | 142 | 0 | 124 | 363 | 137 | 10 |
| Binary | 11 | 1 | 101000 | 1011101 | 1100010 | 0 | 1010100 | 11110011 | 1011111 | 1000 |
Color Harmonies of #030128
Complementary color
Monochromatic Colors of #030128
Black with #030128
Text Example
Text Example
White with #030128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030128; }
p { color: rgb(3,1,40); }
H1.HeaderClassName
{
color: #030128;
}
.AnyTagClassName
{
color: #030128;
}
</style>
background-color css
<style>
a { background-color: #030128; }
a { background-color: rgb(3,1,40); }
div.DivClassName
{
background-color: #030128;
}
.BgClassName
{
background-color: #030128;
}
</style>
border-color css
<style>
span { border-color: #030128; }
span { border-color: rgb(3,1,40); }
td.TdClassName
{
border-color: #030128;
}
.TagClassName
{
border-color: #030128;
}
</style>