Shades of Black Russian #010729
Tints of Black Russian #010729
RGB
CMYK
RGB Variations
Color information
#010729 (or 0x010729) is known color: Black Russian. HEX triplet: 01, 07 and 29. RGB value is (1,7,41). Sum of RGB (Red+Green+Blue) = 1+7+41=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 41 (16.41% from 255 or 83.67% from 49); Max value from RGB is 41 - color contains mainly: blue. Hex color #010729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010729 is #FEF8D6. Grayscale: #080808. Windows color (decimal): -16709847 or 2688769. OLE color: 2688769.
HSL color Cylindrical-coordinate representation of color #010729: hue angle of 231º 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 #010729 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 7 | 41 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.84 |
| HSL | 231º | 0.95% | 0.08% | - |
| HSV(B) | 231º | 0.98% | 0.16% | - |
| XYZ | 0.49 | 0.32 | 2.13 | - |
| YUV | 9.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 41 | 0.98 | 0.83 | 0 | 0.84 | 231 | 0.95 | 0.08 |
| Hex | 1 | 7 | 29 | 62 | 53 | 0 | 54 | E7 | 5F | 8 |
| Octal | 1 | 7 | 51 | 142 | 123 | 0 | 124 | 347 | 137 | 10 |
| Binary | 1 | 111 | 101001 | 1100010 | 1010011 | 0 | 1010100 | 11100111 | 1011111 | 1000 |
Color Harmonies of #010729
Complementary color
Monochromatic Colors of #010729
Black with #010729
Text Example
Text Example
White with #010729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010729; }
p { color: rgb(1,7,41); }
H1.HeaderClassName
{
color: #010729;
}
.AnyTagClassName
{
color: #010729;
}
</style>
background-color css
<style>
a { background-color: #010729; }
a { background-color: rgb(1,7,41); }
div.DivClassName
{
background-color: #010729;
}
.BgClassName
{
background-color: #010729;
}
</style>
border-color css
<style>
span { border-color: #010729; }
span { border-color: rgb(1,7,41); }
td.TdClassName
{
border-color: #010729;
}
.TagClassName
{
border-color: #010729;
}
</style>