Shades of Black Russian #0A102C
Tints of Black Russian #0A102C
RGB
CMYK
RGB Variations
Color information
#0A102C (or 0x0A102C) is known color: Black Russian. HEX triplet: 0A, 10 and 2C. RGB value is (10,16,44). Sum of RGB (Red+Green+Blue) = 10+16+44=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #0A102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A102C is #F5EFD3. Grayscale: #111111. Windows color (decimal): -16117716 or 2887690. OLE color: 2887690.
HSL color Cylindrical-coordinate representation of color #0A102C: hue angle of 229.41º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A102C is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 16 | 44 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.83 |
| HSL | 229.41º | 0.63% | 0.11% | - |
| HSV(B) | 229.41º | 0.77% | 0.17% | - |
| XYZ | 0.77 | 0.62 | 2.46 | - |
| YUV | 17.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 44 | 0.77 | 0.64 | 0 | 0.83 | 229.41 | 0.63 | 0.11 |
| Hex | A | 10 | 2C | 4D | 40 | 0 | 53 | E5 | 3F | B |
| Octal | 12 | 20 | 54 | 115 | 100 | 0 | 123 | 345 | 77 | 13 |
| Binary | 1010 | 10000 | 101100 | 1001101 | 1000000 | 0 | 1010011 | 11100101 | 111111 | 1011 |
Color Harmonies of #0A102C
Complementary color
Monochromatic Colors of #0A102C
Black with #0A102C
Text Example
Text Example
White with #0A102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A102C; }
p { color: rgb(10,16,44); }
H1.HeaderClassName
{
color: #0A102C;
}
.AnyTagClassName
{
color: #0A102C;
}
</style>
background-color css
<style>
a { background-color: #0A102C; }
a { background-color: rgb(10,16,44); }
div.DivClassName
{
background-color: #0A102C;
}
.BgClassName
{
background-color: #0A102C;
}
</style>
border-color css
<style>
span { border-color: #0A102C; }
span { border-color: rgb(10,16,44); }
td.TdClassName
{
border-color: #0A102C;
}
.TagClassName
{
border-color: #0A102C;
}
</style>