Shades of Black Russian #0C102D
Tints of Black Russian #0C102D
RGB
CMYK
RGB Variations
Color information
#0C102D (or 0x0C102D) is known color: Black Russian. HEX triplet: 0C, 10 and 2D. RGB value is (12,16,45). Sum of RGB (Red+Green+Blue) = 12+16+45=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C102D is #F3EFD2. Grayscale: #111111. Windows color (decimal): -15986643 or 2953228. OLE color: 2953228.
HSL color Cylindrical-coordinate representation of color #0C102D: hue angle of 232.73º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C102D is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 16 | 45 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.82 |
| HSL | 232.73º | 0.58% | 0.11% | - |
| HSV(B) | 232.73º | 0.73% | 0.18% | - |
| XYZ | 0.81 | 0.64 | 2.56 | - |
| YUV | 18.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 45 | 0.73 | 0.64 | 0 | 0.82 | 232.73 | 0.58 | 0.11 |
| Hex | C | 10 | 2D | 49 | 40 | 0 | 52 | E9 | 3A | B |
| Octal | 14 | 20 | 55 | 111 | 100 | 0 | 122 | 351 | 72 | 13 |
| Binary | 1100 | 10000 | 101101 | 1001001 | 1000000 | 0 | 1010010 | 11101001 | 111010 | 1011 |
Color Harmonies of #0C102D
Complementary color
Monochromatic Colors of #0C102D
Black with #0C102D
Text Example
Text Example
White with #0C102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C102D; }
p { color: rgb(12,16,45); }
H1.HeaderClassName
{
color: #0C102D;
}
.AnyTagClassName
{
color: #0C102D;
}
</style>
background-color css
<style>
a { background-color: #0C102D; }
a { background-color: rgb(12,16,45); }
div.DivClassName
{
background-color: #0C102D;
}
.BgClassName
{
background-color: #0C102D;
}
</style>
border-color css
<style>
span { border-color: #0C102D; }
span { border-color: rgb(12,16,45); }
td.TdClassName
{
border-color: #0C102D;
}
.TagClassName
{
border-color: #0C102D;
}
</style>