Shades of Black Russian #080D28
Tints of Black Russian #080D28
RGB
CMYK
RGB Variations
Color information
#080D28 (or 0x080D28) is known color: Black Russian. HEX triplet: 08, 0D and 28. RGB value is (8,13,40). Sum of RGB (Red+Green+Blue) = 8+13+40=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #080D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D28 is #F7F2D7. Grayscale: #0E0E0E. Windows color (decimal): -16249560 or 2624776. OLE color: 2624776.
HSL color Cylindrical-coordinate representation of color #080D28: hue angle of 230.62º 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 #080D28 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 13 | 40 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.84 |
| HSL | 230.63º | 0.67% | 0.09% | - |
| HSV(B) | 230.63º | 0.8% | 0.16% | - |
| XYZ | 0.63 | 0.49 | 2.07 | - |
| YUV | 14.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 40 | 0.80 | 0.67 | 0 | 0.84 | 230.63 | 0.67 | 0.09 |
| Hex | 8 | D | 28 | 50 | 43 | 0 | 54 | E7 | 43 | 9 |
| Octal | 10 | 15 | 50 | 120 | 103 | 0 | 124 | 347 | 103 | 11 |
| Binary | 1000 | 1101 | 101000 | 1010000 | 1000011 | 0 | 1010100 | 11100111 | 1000011 | 1001 |
Color Harmonies of #080D28
Complementary color
Monochromatic Colors of #080D28
Black with #080D28
Text Example
Text Example
White with #080D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D28; }
p { color: rgb(8,13,40); }
H1.HeaderClassName
{
color: #080D28;
}
.AnyTagClassName
{
color: #080D28;
}
</style>
background-color css
<style>
a { background-color: #080D28; }
a { background-color: rgb(8,13,40); }
div.DivClassName
{
background-color: #080D28;
}
.BgClassName
{
background-color: #080D28;
}
</style>
border-color css
<style>
span { border-color: #080D28; }
span { border-color: rgb(8,13,40); }
td.TdClassName
{
border-color: #080D28;
}
.TagClassName
{
border-color: #080D28;
}
</style>