Shades of Black Russian #0A082F
Tints of Black Russian #0A082F
RGB
CMYK
RGB Variations
Color information
#0A082F (or 0x0A082F) is known color: Black Russian. HEX triplet: 0A, 08 and 2F. RGB value is (10,8,47). Sum of RGB (Red+Green+Blue) = 10+8+47=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 8 (3.52% from 255 or 12.31% 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 #0A082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A082F is #F5F7D0. Grayscale: #0C0C0C. Windows color (decimal): -16119761 or 3082250. OLE color: 3082250.
HSL color Cylindrical-coordinate representation of color #0A082F: hue angle of 243.08º 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 #0A082F is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 8 | 47 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.82 |
| HSL | 243.08º | 0.71% | 0.11% | - |
| HSV(B) | 243.08º | 0.83% | 0.18% | - |
| XYZ | 0.73 | 0.44 | 2.74 | - |
| YUV | 13.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 47 | 0.79 | 0.83 | 0 | 0.82 | 243.08 | 0.71 | 0.11 |
| Hex | A | 8 | 2F | 4F | 53 | 0 | 52 | F3 | 47 | B |
| Octal | 12 | 10 | 57 | 117 | 123 | 0 | 122 | 363 | 107 | 13 |
| Binary | 1010 | 1000 | 101111 | 1001111 | 1010011 | 0 | 1010010 | 11110011 | 1000111 | 1011 |
Color Harmonies of #0A082F
Complementary color
Monochromatic Colors of #0A082F
Black with #0A082F
Text Example
Text Example
White with #0A082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A082F; }
p { color: rgb(10,8,47); }
H1.HeaderClassName
{
color: #0A082F;
}
.AnyTagClassName
{
color: #0A082F;
}
</style>
background-color css
<style>
a { background-color: #0A082F; }
a { background-color: rgb(10,8,47); }
div.DivClassName
{
background-color: #0A082F;
}
.BgClassName
{
background-color: #0A082F;
}
</style>
border-color css
<style>
span { border-color: #0A082F; }
span { border-color: rgb(10,8,47); }
td.TdClassName
{
border-color: #0A082F;
}
.TagClassName
{
border-color: #0A082F;
}
</style>