Shades of Black Russian #080A2F
Tints of Black Russian #080A2F
RGB
CMYK
RGB Variations
Color information
#080A2F (or 0x080A2F) is known color: Black Russian. HEX triplet: 08, 0A and 2F. RGB value is (8,10,47). Sum of RGB (Red+Green+Blue) = 8+10+47=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #080A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A2F is #F7F5D0. Grayscale: #0D0D0D. Windows color (decimal): -16250321 or 3082760. OLE color: 3082760.
HSL color Cylindrical-coordinate representation of color #080A2F: hue angle of 236.92º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080A2F is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 10 | 47 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.82 |
| HSL | 236.92º | 0.71% | 0.11% | - |
| HSV(B) | 236.92º | 0.83% | 0.18% | - |
| XYZ | 0.72 | 0.47 | 2.74 | - |
| YUV | 13.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 47 | 0.83 | 0.79 | 0 | 0.82 | 236.92 | 0.71 | 0.11 |
| Hex | 8 | A | 2F | 53 | 4F | 0 | 52 | ED | 47 | B |
| Octal | 10 | 12 | 57 | 123 | 117 | 0 | 122 | 355 | 107 | 13 |
| Binary | 1000 | 1010 | 101111 | 1010011 | 1001111 | 0 | 1010010 | 11101101 | 1000111 | 1011 |
Color Harmonies of #080A2F
Complementary color
Monochromatic Colors of #080A2F
Black with #080A2F
Text Example
Text Example
White with #080A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A2F; }
p { color: rgb(8,10,47); }
H1.HeaderClassName
{
color: #080A2F;
}
.AnyTagClassName
{
color: #080A2F;
}
</style>
background-color css
<style>
a { background-color: #080A2F; }
a { background-color: rgb(8,10,47); }
div.DivClassName
{
background-color: #080A2F;
}
.BgClassName
{
background-color: #080A2F;
}
</style>
border-color css
<style>
span { border-color: #080A2F; }
span { border-color: rgb(8,10,47); }
td.TdClassName
{
border-color: #080A2F;
}
.TagClassName
{
border-color: #080A2F;
}
</style>