Shades of Black Russian #0A0C1C
Tints of Black Russian #0A0C1C
RGB
CMYK
RGB Variations
Color information
#0A0C1C (or 0x0A0C1C) is known color: Black Russian. HEX triplet: 0A, 0C and 1C. RGB value is (10,12,28). Sum of RGB (Red+Green+Blue) = 10+12+28=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A0C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0C1C is #F5F3E3. Grayscale: #0D0D0D. Windows color (decimal): -16118756 or 1838090. OLE color: 1838090.
HSL color Cylindrical-coordinate representation of color #0A0C1C: hue angle of 233.33º 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 #0A0C1C is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 12 | 28 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.89 |
| HSL | 233.33º | 0.47% | 0.07% | - |
| HSV(B) | 233.33º | 0.64% | 0.11% | - |
| XYZ | 0.47 | 0.41 | 1.15 | - |
| YUV | 13.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 28 | 0.64 | 0.57 | 0 | 0.89 | 233.33 | 0.47 | 0.07 |
| Hex | A | C | 1C | 40 | 39 | 0 | 59 | E9 | 2F | 7 |
| Octal | 12 | 14 | 34 | 100 | 71 | 0 | 131 | 351 | 57 | 7 |
| Binary | 1010 | 1100 | 11100 | 1000000 | 111001 | 0 | 1011001 | 11101001 | 101111 | 111 |
Color Harmonies of #0A0C1C
Complementary color
Monochromatic Colors of #0A0C1C
Black with #0A0C1C
Text Example
Text Example
White with #0A0C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0C1C; }
p { color: rgb(10,12,28); }
H1.HeaderClassName
{
color: #0A0C1C;
}
.AnyTagClassName
{
color: #0A0C1C;
}
</style>
background-color css
<style>
a { background-color: #0A0C1C; }
a { background-color: rgb(10,12,28); }
div.DivClassName
{
background-color: #0A0C1C;
}
.BgClassName
{
background-color: #0A0C1C;
}
</style>
border-color css
<style>
span { border-color: #0A0C1C; }
span { border-color: rgb(10,12,28); }
td.TdClassName
{
border-color: #0A0C1C;
}
.TagClassName
{
border-color: #0A0C1C;
}
</style>