Shades of Black Russian #080B28
Tints of Black Russian #080B28
RGB
CMYK
RGB Variations
Color information
#080B28 (or 0x080B28) is known color: Black Russian. HEX triplet: 08, 0B and 28. RGB value is (8,11,40). Sum of RGB (Red+Green+Blue) = 8+11+40=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 40 (16.02% from 255 or 67.80% from 59); Max value from RGB is 40 - color contains mainly: blue. Hex color #080B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B28 is #F7F4D7. Grayscale: #0D0D0D. Windows color (decimal): -16250072 or 2624264. OLE color: 2624264.
HSL color Cylindrical-coordinate representation of color #080B28: hue angle of 234.38º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #080B28 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 11 | 40 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.84 |
| HSL | 234.38º | 0.67% | 0.09% | - |
| HSV(B) | 234.38º | 0.8% | 0.16% | - |
| XYZ | 0.6 | 0.44 | 2.06 | - |
| YUV | 13.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 40 | 0.80 | 0.72 | 0 | 0.84 | 234.38 | 0.67 | 0.09 |
| Hex | 8 | B | 28 | 50 | 48 | 0 | 54 | EA | 43 | 9 |
| Octal | 10 | 13 | 50 | 120 | 110 | 0 | 124 | 352 | 103 | 11 |
| Binary | 1000 | 1011 | 101000 | 1010000 | 1001000 | 0 | 1010100 | 11101010 | 1000011 | 1001 |
Color Harmonies of #080B28
Complementary color
Monochromatic Colors of #080B28
Black with #080B28
Text Example
Text Example
White with #080B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B28; }
p { color: rgb(8,11,40); }
H1.HeaderClassName
{
color: #080B28;
}
.AnyTagClassName
{
color: #080B28;
}
</style>
background-color css
<style>
a { background-color: #080B28; }
a { background-color: rgb(8,11,40); }
div.DivClassName
{
background-color: #080B28;
}
.BgClassName
{
background-color: #080B28;
}
</style>
border-color css
<style>
span { border-color: #080B28; }
span { border-color: rgb(8,11,40); }
td.TdClassName
{
border-color: #080B28;
}
.TagClassName
{
border-color: #080B28;
}
</style>