Shades of Black Russian #0C0F1D
Tints of Black Russian #0C0F1D
RGB
CMYK
RGB Variations
Color information
#0C0F1D (or 0x0C0F1D) is known color: Black Russian. HEX triplet: 0C, 0F and 1D. RGB value is (12,15,29). Sum of RGB (Red+Green+Blue) = 12+15+29=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C0F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0F1D is #F3F0E2. Grayscale: #0F0F0F. Windows color (decimal): -15986915 or 1904396. OLE color: 1904396.
HSL color Cylindrical-coordinate representation of color #0C0F1D: hue angle of 229.41º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0C0F1D is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 15 | 29 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.89 |
| HSL | 229.41º | 0.41% | 0.08% | - |
| HSV(B) | 229.41º | 0.59% | 0.11% | - |
| XYZ | 0.54 | 0.51 | 1.23 | - |
| YUV | 15.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 29 | 0.59 | 0.48 | 0 | 0.89 | 229.41 | 0.41 | 0.08 |
| Hex | C | F | 1D | 3B | 30 | 0 | 59 | E5 | 29 | 8 |
| Octal | 14 | 17 | 35 | 73 | 60 | 0 | 131 | 345 | 51 | 10 |
| Binary | 1100 | 1111 | 11101 | 111011 | 110000 | 0 | 1011001 | 11100101 | 101001 | 1000 |
Color Harmonies of #0C0F1D
Complementary color
Monochromatic Colors of #0C0F1D
Black with #0C0F1D
Text Example
Text Example
White with #0C0F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F1D; }
p { color: rgb(12,15,29); }
H1.HeaderClassName
{
color: #0C0F1D;
}
.AnyTagClassName
{
color: #0C0F1D;
}
</style>
background-color css
<style>
a { background-color: #0C0F1D; }
a { background-color: rgb(12,15,29); }
div.DivClassName
{
background-color: #0C0F1D;
}
.BgClassName
{
background-color: #0C0F1D;
}
</style>
border-color css
<style>
span { border-color: #0C0F1D; }
span { border-color: rgb(12,15,29); }
td.TdClassName
{
border-color: #0C0F1D;
}
.TagClassName
{
border-color: #0C0F1D;
}
</style>