Shades of Black Russian #0A102F
Tints of Black Russian #0A102F
RGB
CMYK
RGB Variations
Color information
#0A102F (or 0x0A102F) is known color: Black Russian. HEX triplet: 0A, 10 and 2F. RGB value is (10,16,47). Sum of RGB (Red+Green+Blue) = 10+16+47=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A102F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A102F is #F5EFD0. Grayscale: #111111. Windows color (decimal): -16117713 or 3084298. OLE color: 3084298.
HSL color Cylindrical-coordinate representation of color #0A102F: hue angle of 230.27º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A102F is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 16 | 47 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.82 |
| HSL | 230.27º | 0.65% | 0.11% | - |
| HSV(B) | 230.27º | 0.79% | 0.18% | - |
| XYZ | 0.82 | 0.64 | 2.77 | - |
| YUV | 17.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 47 | 0.79 | 0.66 | 0 | 0.82 | 230.27 | 0.65 | 0.11 |
| Hex | A | 10 | 2F | 4F | 42 | 0 | 52 | E6 | 41 | B |
| Octal | 12 | 20 | 57 | 117 | 102 | 0 | 122 | 346 | 101 | 13 |
| Binary | 1010 | 10000 | 101111 | 1001111 | 1000010 | 0 | 1010010 | 11100110 | 1000001 | 1011 |
Color Harmonies of #0A102F
Complementary color
Monochromatic Colors of #0A102F
Black with #0A102F
Text Example
Text Example
White with #0A102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A102F; }
p { color: rgb(10,16,47); }
H1.HeaderClassName
{
color: #0A102F;
}
.AnyTagClassName
{
color: #0A102F;
}
</style>
background-color css
<style>
a { background-color: #0A102F; }
a { background-color: rgb(10,16,47); }
div.DivClassName
{
background-color: #0A102F;
}
.BgClassName
{
background-color: #0A102F;
}
</style>
border-color css
<style>
span { border-color: #0A102F; }
span { border-color: rgb(10,16,47); }
td.TdClassName
{
border-color: #0A102F;
}
.TagClassName
{
border-color: #0A102F;
}
</style>