Shades of Black Russian #010430
Tints of Black Russian #010430
RGB
CMYK
RGB Variations
Color information
#010430 (or 0x010430) is known color: Black Russian. HEX triplet: 01, 04 and 30. RGB value is (1,4,48). Sum of RGB (Red+Green+Blue) = 1+4+48=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 48 (19.14% from 255 or 90.57% from 53); Max value from RGB is 48 - color contains mainly: blue. Hex color #010430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010430 is #FEFBCF. Grayscale: #070707. Windows color (decimal): -16710608 or 3146753. OLE color: 3146753.
HSL color Cylindrical-coordinate representation of color #010430: hue angle of 236.17º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010430 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 4 | 48 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.81 |
| HSL | 236.17º | 0.96% | 0.1% | - |
| HSV(B) | 236.17º | 0.98% | 0.19% | - |
| XYZ | 0.59 | 0.31 | 2.82 | - |
| YUV | 8.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 48 | 0.98 | 0.92 | 0 | 0.81 | 236.17 | 0.96 | 0.1 |
| Hex | 1 | 4 | 30 | 62 | 5C | 0 | 51 | EC | 60 | A |
| Octal | 1 | 4 | 60 | 142 | 134 | 0 | 121 | 354 | 140 | 12 |
| Binary | 1 | 100 | 110000 | 1100010 | 1011100 | 0 | 1010001 | 11101100 | 1100000 | 1010 |
Color Harmonies of #010430
Complementary color
Monochromatic Colors of #010430
Black with #010430
Text Example
Text Example
White with #010430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010430; }
p { color: rgb(1,4,48); }
H1.HeaderClassName
{
color: #010430;
}
.AnyTagClassName
{
color: #010430;
}
</style>
background-color css
<style>
a { background-color: #010430; }
a { background-color: rgb(1,4,48); }
div.DivClassName
{
background-color: #010430;
}
.BgClassName
{
background-color: #010430;
}
</style>
border-color css
<style>
span { border-color: #010430; }
span { border-color: rgb(1,4,48); }
td.TdClassName
{
border-color: #010430;
}
.TagClassName
{
border-color: #010430;
}
</style>