Shades of Black Russian #010027
Tints of Black Russian #010027
RGB
CMYK
RGB Variations
Color information
#010027 (or 0x010027) is known color: Black Russian. HEX triplet: 01, 00 and 27. RGB value is (1,0,39). Sum of RGB (Red+Green+Blue) = 1+0+39=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 39 (15.62% from 255 or 97.5% from 40); Max value from RGB is 39 - color contains mainly: blue. Hex color #010027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010027 is #FEFFD8. Grayscale: #040404. Windows color (decimal): -16711641 or 2555905. OLE color: 2555905.
HSL color Cylindrical-coordinate representation of color #010027: hue angle of 241.54º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010027 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 0 | 39 | - |
| CMYK | 0.97 | 1 | 0 | 0.85 |
| HSL | 241.54º | 1% | 0.08% | - |
| HSV(B) | 241.54º | 1% | 0.15% | - |
| XYZ | 0.38 | 0.15 | 1.93 | - |
| YUV | 4.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 39 | 0.97 | 1 | 0 | 0.85 | 241.54 | 1 | 0.08 |
| Hex | 1 | 0 | 27 | 61 | 64 | 0 | 55 | F2 | 64 | 8 |
| Octal | 1 | 0 | 47 | 141 | 144 | 0 | 125 | 362 | 144 | 10 |
| Binary | 1 | 0 | 100111 | 1100001 | 1100100 | 0 | 1010101 | 11110010 | 1100100 | 1000 |
Color Harmonies of #010027
Complementary color
Monochromatic Colors of #010027
Black with #010027
Text Example
Text Example
White with #010027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010027; }
p { color: rgb(1,0,39); }
H1.HeaderClassName
{
color: #010027;
}
.AnyTagClassName
{
color: #010027;
}
</style>
background-color css
<style>
a { background-color: #010027; }
a { background-color: rgb(1,0,39); }
div.DivClassName
{
background-color: #010027;
}
.BgClassName
{
background-color: #010027;
}
</style>
border-color css
<style>
span { border-color: #010027; }
span { border-color: rgb(1,0,39); }
td.TdClassName
{
border-color: #010027;
}
.TagClassName
{
border-color: #010027;
}
</style>