Shades of Black Russian #0C102F
Tints of Black Russian #0C102F
RGB
CMYK
RGB Variations
Color information
#0C102F (or 0x0C102F) is known color: Black Russian. HEX triplet: 0C, 10 and 2F. RGB value is (12,16,47). Sum of RGB (Red+Green+Blue) = 12+16+47=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C102F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C102F is #F3EFD0. Grayscale: #121212. Windows color (decimal): -15986641 or 3084300. OLE color: 3084300.
HSL color Cylindrical-coordinate representation of color #0C102F: hue angle of 233.14º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C102F is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 16 | 47 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.82 |
| HSL | 233.14º | 0.59% | 0.12% | - |
| HSV(B) | 233.14º | 0.74% | 0.18% | - |
| XYZ | 0.85 | 0.65 | 2.77 | - |
| YUV | 18.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 47 | 0.74 | 0.66 | 0 | 0.82 | 233.14 | 0.59 | 0.12 |
| Hex | C | 10 | 2F | 4A | 42 | 0 | 52 | E9 | 3B | C |
| Octal | 14 | 20 | 57 | 112 | 102 | 0 | 122 | 351 | 73 | 14 |
| Binary | 1100 | 10000 | 101111 | 1001010 | 1000010 | 0 | 1010010 | 11101001 | 111011 | 1100 |
Color Harmonies of #0C102F
Complementary color
Monochromatic Colors of #0C102F
Black with #0C102F
Text Example
Text Example
White with #0C102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C102F; }
p { color: rgb(12,16,47); }
H1.HeaderClassName
{
color: #0C102F;
}
.AnyTagClassName
{
color: #0C102F;
}
</style>
background-color css
<style>
a { background-color: #0C102F; }
a { background-color: rgb(12,16,47); }
div.DivClassName
{
background-color: #0C102F;
}
.BgClassName
{
background-color: #0C102F;
}
</style>
border-color css
<style>
span { border-color: #0C102F; }
span { border-color: rgb(12,16,47); }
td.TdClassName
{
border-color: #0C102F;
}
.TagClassName
{
border-color: #0C102F;
}
</style>