Shades of Black Russian #0A101C
Tints of Black Russian #0A101C
RGB
CMYK
RGB Variations
Color information
#0A101C (or 0x0A101C) is known color: Black Russian. HEX triplet: 0A, 10 and 1C. RGB value is (10,16,28). Sum of RGB (Red+Green+Blue) = 10+16+28=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A101C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A101C is #F5EFE3. Grayscale: #0F0F0F. Windows color (decimal): -16117732 or 1839114. OLE color: 1839114.
HSL color Cylindrical-coordinate representation of color #0A101C: hue angle of 220º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A101C is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 16 | 28 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.89 |
| HSL | 220º | 0.47% | 0.07% | - |
| HSV(B) | 220º | 0.64% | 0.11% | - |
| XYZ | 0.52 | 0.52 | 1.17 | - |
| YUV | 15.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 28 | 0.64 | 0.43 | 0 | 0.89 | 220 | 0.47 | 0.07 |
| Hex | A | 10 | 1C | 40 | 2B | 0 | 59 | DC | 2F | 7 |
| Octal | 12 | 20 | 34 | 100 | 53 | 0 | 131 | 334 | 57 | 7 |
| Binary | 1010 | 10000 | 11100 | 1000000 | 101011 | 0 | 1011001 | 11011100 | 101111 | 111 |
Color Harmonies of #0A101C
Complementary color
Monochromatic Colors of #0A101C
Black with #0A101C
Text Example
Text Example
White with #0A101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A101C; }
p { color: rgb(10,16,28); }
H1.HeaderClassName
{
color: #0A101C;
}
.AnyTagClassName
{
color: #0A101C;
}
</style>
background-color css
<style>
a { background-color: #0A101C; }
a { background-color: rgb(10,16,28); }
div.DivClassName
{
background-color: #0A101C;
}
.BgClassName
{
background-color: #0A101C;
}
</style>
border-color css
<style>
span { border-color: #0A101C; }
span { border-color: rgb(10,16,28); }
td.TdClassName
{
border-color: #0A101C;
}
.TagClassName
{
border-color: #0A101C;
}
</style>