Shades of Black Russian #080B25
Tints of Black Russian #080B25
RGB
CMYK
RGB Variations
Color information
#080B25 (or 0x080B25) is known color: Black Russian. HEX triplet: 08, 0B and 25. RGB value is (8,11,37). Sum of RGB (Red+Green+Blue) = 8+11+37=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 37 (14.84% from 255 or 66.07% from 56); Max value from RGB is 37 - color contains mainly: blue. Hex color #080B25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B25 is #F7F4DA. Grayscale: #0C0C0C. Windows color (decimal): -16250075 or 2427656. OLE color: 2427656.
HSL color Cylindrical-coordinate representation of color #080B25: hue angle of 233.79º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #080B25 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 11 | 37 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.85 |
| HSL | 233.79º | 0.64% | 0.09% | - |
| HSV(B) | 233.79º | 0.78% | 0.15% | - |
| XYZ | 0.55 | 0.42 | 1.8 | - |
| YUV | 13.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 37 | 0.78 | 0.70 | 0 | 0.85 | 233.79 | 0.64 | 0.09 |
| Hex | 8 | B | 25 | 4E | 46 | 0 | 55 | EA | 40 | 9 |
| Octal | 10 | 13 | 45 | 116 | 106 | 0 | 125 | 352 | 100 | 11 |
| Binary | 1000 | 1011 | 100101 | 1001110 | 1000110 | 0 | 1010101 | 11101010 | 1000000 | 1001 |
Color Harmonies of #080B25
Complementary color
Monochromatic Colors of #080B25
Black with #080B25
Text Example
Text Example
White with #080B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B25; }
p { color: rgb(8,11,37); }
H1.HeaderClassName
{
color: #080B25;
}
.AnyTagClassName
{
color: #080B25;
}
</style>
background-color css
<style>
a { background-color: #080B25; }
a { background-color: rgb(8,11,37); }
div.DivClassName
{
background-color: #080B25;
}
.BgClassName
{
background-color: #080B25;
}
</style>
border-color css
<style>
span { border-color: #080B25; }
span { border-color: rgb(8,11,37); }
td.TdClassName
{
border-color: #080B25;
}
.TagClassName
{
border-color: #080B25;
}
</style>