Shades of Black Russian #010A26
Tints of Black Russian #010A26
RGB
CMYK
RGB Variations
Color information
#010A26 (or 0x010A26) is known color: Black Russian. HEX triplet: 01, 0A and 26. RGB value is (1,10,38). Sum of RGB (Red+Green+Blue) = 1+10+38=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 38 (15.23% from 255 or 77.55% from 49); Max value from RGB is 38 - color contains mainly: blue. Hex color #010A26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A26 is #FEF5D9. Grayscale: #0A0A0A. Windows color (decimal): -16709082 or 2492929. OLE color: 2492929.
HSL color Cylindrical-coordinate representation of color #010A26: hue angle of 225.41º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010A26 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 10 | 38 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.85 |
| HSL | 225.41º | 0.95% | 0.08% | - |
| HSV(B) | 225.41º | 0.97% | 0.15% | - |
| XYZ | 0.47 | 0.36 | 1.88 | - |
| YUV | 10.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 38 | 0.97 | 0.74 | 0 | 0.85 | 225.41 | 0.95 | 0.08 |
| Hex | 1 | A | 26 | 61 | 4A | 0 | 55 | E1 | 5F | 8 |
| Octal | 1 | 12 | 46 | 141 | 112 | 0 | 125 | 341 | 137 | 10 |
| Binary | 1 | 1010 | 100110 | 1100001 | 1001010 | 0 | 1010101 | 11100001 | 1011111 | 1000 |
Color Harmonies of #010A26
Complementary color
Monochromatic Colors of #010A26
Black with #010A26
Text Example
Text Example
White with #010A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A26; }
p { color: rgb(1,10,38); }
H1.HeaderClassName
{
color: #010A26;
}
.AnyTagClassName
{
color: #010A26;
}
</style>
background-color css
<style>
a { background-color: #010A26; }
a { background-color: rgb(1,10,38); }
div.DivClassName
{
background-color: #010A26;
}
.BgClassName
{
background-color: #010A26;
}
</style>
border-color css
<style>
span { border-color: #010A26; }
span { border-color: rgb(1,10,38); }
td.TdClassName
{
border-color: #010A26;
}
.TagClassName
{
border-color: #010A26;
}
</style>