Shades of Black Russian #010529
Tints of Black Russian #010529
RGB
CMYK
RGB Variations
Color information
#010529 (or 0x010529) is known color: Black Russian. HEX triplet: 01, 05 and 29. RGB value is (1,5,41). Sum of RGB (Red+Green+Blue) = 1+5+41=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 41 (16.41% from 255 or 87.23% from 47); Max value from RGB is 41 - color contains mainly: blue. Hex color #010529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010529 is #FEFAD6. Grayscale: #070707. Windows color (decimal): -16710359 or 2688257. OLE color: 2688257.
HSL color Cylindrical-coordinate representation of color #010529: hue angle of 234º 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 #010529 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 5 | 41 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.84 |
| HSL | 234º | 0.95% | 0.08% | - |
| HSV(B) | 234º | 0.98% | 0.16% | - |
| XYZ | 0.47 | 0.28 | 2.13 | - |
| YUV | 7.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 41 | 0.98 | 0.88 | 0 | 0.84 | 234 | 0.95 | 0.08 |
| Hex | 1 | 5 | 29 | 62 | 58 | 0 | 54 | EA | 5F | 8 |
| Octal | 1 | 5 | 51 | 142 | 130 | 0 | 124 | 352 | 137 | 10 |
| Binary | 1 | 101 | 101001 | 1100010 | 1011000 | 0 | 1010100 | 11101010 | 1011111 | 1000 |
Color Harmonies of #010529
Complementary color
Monochromatic Colors of #010529
Black with #010529
Text Example
Text Example
White with #010529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010529; }
p { color: rgb(1,5,41); }
H1.HeaderClassName
{
color: #010529;
}
.AnyTagClassName
{
color: #010529;
}
</style>
background-color css
<style>
a { background-color: #010529; }
a { background-color: rgb(1,5,41); }
div.DivClassName
{
background-color: #010529;
}
.BgClassName
{
background-color: #010529;
}
</style>
border-color css
<style>
span { border-color: #010529; }
span { border-color: rgb(1,5,41); }
td.TdClassName
{
border-color: #010529;
}
.TagClassName
{
border-color: #010529;
}
</style>