Shades of Black Russian #010030
Tints of Black Russian #010030
RGB
CMYK
RGB Variations
Color information
#010030 (or 0x010030) is known color: Black Russian. HEX triplet: 01, 00 and 30. RGB value is (1,0,48). Sum of RGB (Red+Green+Blue) = 1+0+48=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 48 (19.14% from 255 or 97.96% from 49); Max value from RGB is 48 - color contains mainly: blue. Hex color #010030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010030 is #FEFFCF. Grayscale: #050505. Windows color (decimal): -16711632 or 3145729. OLE color: 3145729.
HSL color Cylindrical-coordinate representation of color #010030: hue angle of 241.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010030 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 0 | 48 | - |
| CMYK | 0.98 | 1 | 0 | 0.81 |
| HSL | 241.25º | 1% | 0.09% | - |
| HSV(B) | 241.25º | 1% | 0.19% | - |
| XYZ | 0.55 | 0.22 | 2.81 | - |
| YUV | 5.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 48 | 0.98 | 1 | 0 | 0.81 | 241.25 | 1 | 0.09 |
| Hex | 1 | 0 | 30 | 62 | 64 | 0 | 51 | F1 | 64 | 9 |
| Octal | 1 | 0 | 60 | 142 | 144 | 0 | 121 | 361 | 144 | 11 |
| Binary | 1 | 0 | 110000 | 1100010 | 1100100 | 0 | 1010001 | 11110001 | 1100100 | 1001 |
Color Harmonies of #010030
Complementary color
Monochromatic Colors of #010030
Black with #010030
Text Example
Text Example
White with #010030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010030; }
p { color: rgb(1,0,48); }
H1.HeaderClassName
{
color: #010030;
}
.AnyTagClassName
{
color: #010030;
}
</style>
background-color css
<style>
a { background-color: #010030; }
a { background-color: rgb(1,0,48); }
div.DivClassName
{
background-color: #010030;
}
.BgClassName
{
background-color: #010030;
}
</style>
border-color css
<style>
span { border-color: #010030; }
span { border-color: rgb(1,0,48); }
td.TdClassName
{
border-color: #010030;
}
.TagClassName
{
border-color: #010030;
}
</style>