Shades of Black Russian #0C072F
Tints of Black Russian #0C072F
RGB
CMYK
RGB Variations
Color information
#0C072F (or 0x0C072F) is known color: Black Russian. HEX triplet: 0C, 07 and 2F. RGB value is (12,7,47). Sum of RGB (Red+Green+Blue) = 12+7+47=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C072F is #F3F8D0. Grayscale: #0C0C0C. Windows color (decimal): -15988945 or 3081996. OLE color: 3081996.
HSL color Cylindrical-coordinate representation of color #0C072F: hue angle of 247.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C072F is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 7 | 47 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.82 |
| HSL | 247.5º | 0.74% | 0.11% | - |
| HSV(B) | 247.5º | 0.85% | 0.18% | - |
| XYZ | 0.74 | 0.44 | 2.73 | - |
| YUV | 13.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 7 | 47 | 0.74 | 0.85 | 0 | 0.82 | 247.5 | 0.74 | 0.11 |
| Hex | C | 7 | 2F | 4A | 55 | 0 | 52 | F8 | 4A | B |
| Octal | 14 | 7 | 57 | 112 | 125 | 0 | 122 | 370 | 112 | 13 |
| Binary | 1100 | 111 | 101111 | 1001010 | 1010101 | 0 | 1010010 | 11111000 | 1001010 | 1011 |
Color Harmonies of #0C072F
Complementary color
Monochromatic Colors of #0C072F
Black with #0C072F
Text Example
Text Example
White with #0C072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C072F; }
p { color: rgb(12,7,47); }
H1.HeaderClassName
{
color: #0C072F;
}
.AnyTagClassName
{
color: #0C072F;
}
</style>
background-color css
<style>
a { background-color: #0C072F; }
a { background-color: rgb(12,7,47); }
div.DivClassName
{
background-color: #0C072F;
}
.BgClassName
{
background-color: #0C072F;
}
</style>
border-color css
<style>
span { border-color: #0C072F; }
span { border-color: rgb(12,7,47); }
td.TdClassName
{
border-color: #0C072F;
}
.TagClassName
{
border-color: #0C072F;
}
</style>