Shades of Black Russian #0C0627
Tints of Black Russian #0C0627
RGB
CMYK
RGB Variations
Color information
#0C0627 (or 0x0C0627) is known color: Black Russian. HEX triplet: 0C, 06 and 27. RGB value is (12,6,39). Sum of RGB (Red+Green+Blue) = 12+6+39=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 39 (15.62% from 255 or 68.42% from 57); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C0627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0627 is #F3F9D8. Grayscale: #0B0B0B. Windows color (decimal): -15989209 or 2557452. OLE color: 2557452.
HSL color Cylindrical-coordinate representation of color #0C0627: hue angle of 250.91º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C0627 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 6 | 39 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.85 |
| HSL | 250.91º | 0.73% | 0.09% | - |
| HSV(B) | 250.91º | 0.85% | 0.15% | - |
| XYZ | 0.58 | 0.35 | 1.96 | - |
| YUV | 11.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 39 | 0.69 | 0.85 | 0 | 0.85 | 250.91 | 0.73 | 0.09 |
| Hex | C | 6 | 27 | 45 | 55 | 0 | 55 | FB | 49 | 9 |
| Octal | 14 | 6 | 47 | 105 | 125 | 0 | 125 | 373 | 111 | 11 |
| Binary | 1100 | 110 | 100111 | 1000101 | 1010101 | 0 | 1010101 | 11111011 | 1001001 | 1001 |
Color Harmonies of #0C0627
Complementary color
Monochromatic Colors of #0C0627
Black with #0C0627
Text Example
Text Example
White with #0C0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0627; }
p { color: rgb(12,6,39); }
H1.HeaderClassName
{
color: #0C0627;
}
.AnyTagClassName
{
color: #0C0627;
}
</style>
background-color css
<style>
a { background-color: #0C0627; }
a { background-color: rgb(12,6,39); }
div.DivClassName
{
background-color: #0C0627;
}
.BgClassName
{
background-color: #0C0627;
}
</style>
border-color css
<style>
span { border-color: #0C0627; }
span { border-color: rgb(12,6,39); }
td.TdClassName
{
border-color: #0C0627;
}
.TagClassName
{
border-color: #0C0627;
}
</style>