Shades of Black Russian #0D122C
Tints of Black Russian #0D122C
RGB
CMYK
RGB Variations
Color information
#0D122C (or 0x0D122C) is known color: Black Russian. HEX triplet: 0D, 12 and 2C. RGB value is (13,18,44). Sum of RGB (Red+Green+Blue) = 13+18+44=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #0D122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D122C is #F2EDD3. Grayscale: #131313. Windows color (decimal): -15920596 or 2888205. OLE color: 2888205.
HSL color Cylindrical-coordinate representation of color #0D122C: hue angle of 230.32º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D122C is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 18 | 44 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.83 |
| HSL | 230.32º | 0.54% | 0.11% | - |
| HSV(B) | 230.32º | 0.7% | 0.17% | - |
| XYZ | 0.84 | 0.7 | 2.47 | - |
| YUV | 19.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 44 | 0.70 | 0.59 | 0 | 0.83 | 230.32 | 0.54 | 0.11 |
| Hex | D | 12 | 2C | 46 | 3B | 0 | 53 | E6 | 36 | B |
| Octal | 15 | 22 | 54 | 106 | 73 | 0 | 123 | 346 | 66 | 13 |
| Binary | 1101 | 10010 | 101100 | 1000110 | 111011 | 0 | 1010011 | 11100110 | 110110 | 1011 |
Color Harmonies of #0D122C
Complementary color
Monochromatic Colors of #0D122C
Black with #0D122C
Text Example
Text Example
White with #0D122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D122C; }
p { color: rgb(13,18,44); }
H1.HeaderClassName
{
color: #0D122C;
}
.AnyTagClassName
{
color: #0D122C;
}
</style>
background-color css
<style>
a { background-color: #0D122C; }
a { background-color: rgb(13,18,44); }
div.DivClassName
{
background-color: #0D122C;
}
.BgClassName
{
background-color: #0D122C;
}
</style>
border-color css
<style>
span { border-color: #0D122C; }
span { border-color: rgb(13,18,44); }
td.TdClassName
{
border-color: #0D122C;
}
.TagClassName
{
border-color: #0D122C;
}
</style>