Shades of Black Russian #081127
Tints of Black Russian #081127
RGB
CMYK
RGB Variations
Color information
#081127 (or 0x081127) is known color: Black Russian. HEX triplet: 08, 11 and 27. RGB value is (8,17,39). Sum of RGB (Red+Green+Blue) = 8+17+39=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #081127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081127 is #F7EED8. Grayscale: #101010. Windows color (decimal): -16248537 or 2560264. OLE color: 2560264.
HSL color Cylindrical-coordinate representation of color #081127: hue angle of 222.58º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081127 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 17 | 39 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.85 |
| HSL | 222.58º | 0.66% | 0.09% | - |
| HSV(B) | 222.58º | 0.79% | 0.15% | - |
| XYZ | 0.67 | 0.6 | 2 | - |
| YUV | 16.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 39 | 0.79 | 0.56 | 0 | 0.85 | 222.58 | 0.66 | 0.09 |
| Hex | 8 | 11 | 27 | 4F | 38 | 0 | 55 | DF | 42 | 9 |
| Octal | 10 | 21 | 47 | 117 | 70 | 0 | 125 | 337 | 102 | 11 |
| Binary | 1000 | 10001 | 100111 | 1001111 | 111000 | 0 | 1010101 | 11011111 | 1000010 | 1001 |
Color Harmonies of #081127
Complementary color
Monochromatic Colors of #081127
Black with #081127
Text Example
Text Example
White with #081127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081127; }
p { color: rgb(8,17,39); }
H1.HeaderClassName
{
color: #081127;
}
.AnyTagClassName
{
color: #081127;
}
</style>
background-color css
<style>
a { background-color: #081127; }
a { background-color: rgb(8,17,39); }
div.DivClassName
{
background-color: #081127;
}
.BgClassName
{
background-color: #081127;
}
</style>
border-color css
<style>
span { border-color: #081127; }
span { border-color: rgb(8,17,39); }
td.TdClassName
{
border-color: #081127;
}
.TagClassName
{
border-color: #081127;
}
</style>