Shades of Black Russian #080B29
Tints of Black Russian #080B29
RGB
CMYK
RGB Variations
Color information
#080B29 (or 0x080B29) is known color: Black Russian. HEX triplet: 08, 0B and 29. RGB value is (8,11,41). Sum of RGB (Red+Green+Blue) = 8+11+41=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 41 (16.41% from 255 or 68.33% from 60); Max value from RGB is 41 - color contains mainly: blue. Hex color #080B29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B29 is #F7F4D6. Grayscale: #0D0D0D. Windows color (decimal): -16250071 or 2689800. OLE color: 2689800.
HSL color Cylindrical-coordinate representation of color #080B29: hue angle of 234.55º 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 #080B29 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 11 | 41 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.84 |
| HSL | 234.55º | 0.67% | 0.1% | - |
| HSV(B) | 234.55º | 0.8% | 0.16% | - |
| XYZ | 0.62 | 0.45 | 2.15 | - |
| YUV | 13.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 41 | 0.80 | 0.73 | 0 | 0.84 | 234.55 | 0.67 | 0.1 |
| Hex | 8 | B | 29 | 50 | 49 | 0 | 54 | EB | 43 | A |
| Octal | 10 | 13 | 51 | 120 | 111 | 0 | 124 | 353 | 103 | 12 |
| Binary | 1000 | 1011 | 101001 | 1010000 | 1001001 | 0 | 1010100 | 11101011 | 1000011 | 1010 |
Color Harmonies of #080B29
Complementary color
Monochromatic Colors of #080B29
Black with #080B29
Text Example
Text Example
White with #080B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B29; }
p { color: rgb(8,11,41); }
H1.HeaderClassName
{
color: #080B29;
}
.AnyTagClassName
{
color: #080B29;
}
</style>
background-color css
<style>
a { background-color: #080B29; }
a { background-color: rgb(8,11,41); }
div.DivClassName
{
background-color: #080B29;
}
.BgClassName
{
background-color: #080B29;
}
</style>
border-color css
<style>
span { border-color: #080B29; }
span { border-color: rgb(8,11,41); }
td.TdClassName
{
border-color: #080B29;
}
.TagClassName
{
border-color: #080B29;
}
</style>