Shades of Black Russian #0C071B
Tints of Black Russian #0C071B
RGB
CMYK
RGB Variations
Color information
#0C071B (or 0x0C071B) is known color: Black Russian. HEX triplet: 0C, 07 and 1B. RGB value is (12,7,27). Sum of RGB (Red+Green+Blue) = 12+7+27=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C071B is #F3F8E4. Grayscale: #0A0A0A. Windows color (decimal): -15988965 or 1771276. OLE color: 1771276.
HSL color Cylindrical-coordinate representation of color #0C071B: hue angle of 255º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C071B is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 7 | 27 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.89 |
| HSL | 255º | 0.59% | 0.07% | - |
| HSV(B) | 255º | 0.74% | 0.11% | - |
| XYZ | 0.43 | 0.31 | 1.07 | - |
| YUV | 10.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 27 | 0.56 | 0.74 | 0 | 0.89 | 255 | 0.59 | 0.07 |
| Hex | C | 7 | 1B | 38 | 4A | 0 | 59 | FF | 3B | 7 |
| Octal | 14 | 7 | 33 | 70 | 112 | 0 | 131 | 377 | 73 | 7 |
| Binary | 1100 | 111 | 11011 | 111000 | 1001010 | 0 | 1011001 | 11111111 | 111011 | 111 |
Color Harmonies of #0C071B
Complementary color
Monochromatic Colors of #0C071B
Black with #0C071B
Text Example
Text Example
White with #0C071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C071B; }
p { color: rgb(12,7,27); }
H1.HeaderClassName
{
color: #0C071B;
}
.AnyTagClassName
{
color: #0C071B;
}
</style>
background-color css
<style>
a { background-color: #0C071B; }
a { background-color: rgb(12,7,27); }
div.DivClassName
{
background-color: #0C071B;
}
.BgClassName
{
background-color: #0C071B;
}
</style>
border-color css
<style>
span { border-color: #0C071B; }
span { border-color: rgb(12,7,27); }
td.TdClassName
{
border-color: #0C071B;
}
.TagClassName
{
border-color: #0C071B;
}
</style>