Shades of Black Russian #080929
Tints of Black Russian #080929
RGB
CMYK
RGB Variations
Color information
#080929 (or 0x080929) is known color: Black Russian. HEX triplet: 08, 09 and 29. RGB value is (8,9,41). Sum of RGB (Red+Green+Blue) = 8+9+41=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 41 (16.41% from 255 or 70.69% from 58); Max value from RGB is 41 - color contains mainly: blue. Hex color #080929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080929 is #F7F6D6. Grayscale: #0C0C0C. Windows color (decimal): -16250583 or 2689288. OLE color: 2689288.
HSL color Cylindrical-coordinate representation of color #080929: hue angle of 238.18º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #080929 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 9 | 41 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.84 |
| HSL | 238.18º | 0.67% | 0.1% | - |
| HSV(B) | 238.18º | 0.8% | 0.16% | - |
| XYZ | 0.6 | 0.41 | 2.14 | - |
| YUV | 12.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 41 | 0.80 | 0.78 | 0 | 0.84 | 238.18 | 0.67 | 0.1 |
| Hex | 8 | 9 | 29 | 50 | 4E | 0 | 54 | EE | 43 | A |
| Octal | 10 | 11 | 51 | 120 | 116 | 0 | 124 | 356 | 103 | 12 |
| Binary | 1000 | 1001 | 101001 | 1010000 | 1001110 | 0 | 1010100 | 11101110 | 1000011 | 1010 |
Color Harmonies of #080929
Complementary color
Monochromatic Colors of #080929
Black with #080929
Text Example
Text Example
White with #080929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080929; }
p { color: rgb(8,9,41); }
H1.HeaderClassName
{
color: #080929;
}
.AnyTagClassName
{
color: #080929;
}
</style>
background-color css
<style>
a { background-color: #080929; }
a { background-color: rgb(8,9,41); }
div.DivClassName
{
background-color: #080929;
}
.BgClassName
{
background-color: #080929;
}
</style>
border-color css
<style>
span { border-color: #080929; }
span { border-color: rgb(8,9,41); }
td.TdClassName
{
border-color: #080929;
}
.TagClassName
{
border-color: #080929;
}
</style>