Shades of Black Russian #0D0C27
Tints of Black Russian #0D0C27
RGB
CMYK
RGB Variations
Color information
#0D0C27 (or 0x0D0C27) is known color: Black Russian. HEX triplet: 0D, 0C and 27. RGB value is (13,12,39). Sum of RGB (Red+Green+Blue) = 13+12+39=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 12 (5.08% from 255 or 18.75% 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 #0D0C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0C27 is #F2F3D8. Grayscale: #0F0F0F. Windows color (decimal): -15922137 or 2558989. OLE color: 2558989.
HSL color Cylindrical-coordinate representation of color #0D0C27: hue angle of 242.22º 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 #0D0C27 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 12 | 39 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.85 |
| HSL | 242.22º | 0.53% | 0.1% | - |
| HSV(B) | 242.22º | 0.69% | 0.15% | - |
| XYZ | 0.66 | 0.49 | 1.98 | - |
| YUV | 15.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 39 | 0.67 | 0.69 | 0 | 0.85 | 242.22 | 0.53 | 0.1 |
| Hex | D | C | 27 | 43 | 45 | 0 | 55 | F2 | 35 | A |
| Octal | 15 | 14 | 47 | 103 | 105 | 0 | 125 | 362 | 65 | 12 |
| Binary | 1101 | 1100 | 100111 | 1000011 | 1000101 | 0 | 1010101 | 11110010 | 110101 | 1010 |
Color Harmonies of #0D0C27
Complementary color
Monochromatic Colors of #0D0C27
Black with #0D0C27
Text Example
Text Example
White with #0D0C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C27; }
p { color: rgb(13,12,39); }
H1.HeaderClassName
{
color: #0D0C27;
}
.AnyTagClassName
{
color: #0D0C27;
}
</style>
background-color css
<style>
a { background-color: #0D0C27; }
a { background-color: rgb(13,12,39); }
div.DivClassName
{
background-color: #0D0C27;
}
.BgClassName
{
background-color: #0D0C27;
}
</style>
border-color css
<style>
span { border-color: #0D0C27; }
span { border-color: rgb(13,12,39); }
td.TdClassName
{
border-color: #0D0C27;
}
.TagClassName
{
border-color: #0D0C27;
}
</style>