Shades of Black Russian #0C0D27
Tints of Black Russian #0C0D27
RGB
CMYK
RGB Variations
Color information
#0C0D27 (or 0x0C0D27) is known color: Black Russian. HEX triplet: 0C, 0D and 27. RGB value is (12,13,39). Sum of RGB (Red+Green+Blue) = 12+13+39=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C0D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0D27 is #F3F2D8. Grayscale: #0F0F0F. Windows color (decimal): -15987417 or 2559244. OLE color: 2559244.
HSL color Cylindrical-coordinate representation of color #0C0D27: hue angle of 237.78º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C0D27 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 13 | 39 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.85 |
| HSL | 237.78º | 0.53% | 0.1% | - |
| HSV(B) | 237.78º | 0.69% | 0.15% | - |
| XYZ | 0.66 | 0.51 | 1.98 | - |
| YUV | 15.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 13 | 39 | 0.69 | 0.67 | 0 | 0.85 | 237.78 | 0.53 | 0.1 |
| Hex | C | D | 27 | 45 | 43 | 0 | 55 | EE | 35 | A |
| Octal | 14 | 15 | 47 | 105 | 103 | 0 | 125 | 356 | 65 | 12 |
| Binary | 1100 | 1101 | 100111 | 1000101 | 1000011 | 0 | 1010101 | 11101110 | 110101 | 1010 |
Color Harmonies of #0C0D27
Complementary color
Monochromatic Colors of #0C0D27
Black with #0C0D27
Text Example
Text Example
White with #0C0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0D27; }
p { color: rgb(12,13,39); }
H1.HeaderClassName
{
color: #0C0D27;
}
.AnyTagClassName
{
color: #0C0D27;
}
</style>
background-color css
<style>
a { background-color: #0C0D27; }
a { background-color: rgb(12,13,39); }
div.DivClassName
{
background-color: #0C0D27;
}
.BgClassName
{
background-color: #0C0D27;
}
</style>
border-color css
<style>
span { border-color: #0C0D27; }
span { border-color: rgb(12,13,39); }
td.TdClassName
{
border-color: #0C0D27;
}
.TagClassName
{
border-color: #0C0D27;
}
</style>