Shades of Black Russian #0C1019
Tints of Black Russian #0C1019
RGB
CMYK
RGB Variations
Color information
#0C1019 (or 0x0C1019) is known color: Black Russian. HEX triplet: 0C, 10 and 19. RGB value is (12,16,25). Sum of RGB (Red+Green+Blue) = 12+16+25=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C1019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1019 is #F3EFE6. Grayscale: #0F0F0F. Windows color (decimal): -15986663 or 1642508. OLE color: 1642508.
HSL color Cylindrical-coordinate representation of color #0C1019: hue angle of 221.54º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1019 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 16 | 25 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.90 |
| HSL | 221.54º | 0.35% | 0.07% | - |
| HSV(B) | 221.54º | 0.52% | 0.1% | - |
| XYZ | 0.51 | 0.52 | 0.99 | - |
| YUV | 15.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 25 | 0.52 | 0.36 | 0 | 0.90 | 221.54 | 0.35 | 0.07 |
| Hex | C | 10 | 19 | 34 | 24 | 0 | 5A | DE | 23 | 7 |
| Octal | 14 | 20 | 31 | 64 | 44 | 0 | 132 | 336 | 43 | 7 |
| Binary | 1100 | 10000 | 11001 | 110100 | 100100 | 0 | 1011010 | 11011110 | 100011 | 111 |
Color Harmonies of #0C1019
Complementary color
Monochromatic Colors of #0C1019
Black with #0C1019
Text Example
Text Example
White with #0C1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1019; }
p { color: rgb(12,16,25); }
H1.HeaderClassName
{
color: #0C1019;
}
.AnyTagClassName
{
color: #0C1019;
}
</style>
background-color css
<style>
a { background-color: #0C1019; }
a { background-color: rgb(12,16,25); }
div.DivClassName
{
background-color: #0C1019;
}
.BgClassName
{
background-color: #0C1019;
}
</style>
border-color css
<style>
span { border-color: #0C1019; }
span { border-color: rgb(12,16,25); }
td.TdClassName
{
border-color: #0C1019;
}
.TagClassName
{
border-color: #0C1019;
}
</style>