Shades of Black Russian #0D121F
Tints of Black Russian #0D121F
RGB
CMYK
RGB Variations
Color information
#0D121F (or 0x0D121F) is known color: Black Russian. HEX triplet: 0D, 12 and 1F. RGB value is (13,18,31). Sum of RGB (Red+Green+Blue) = 13+18+31=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D121F is #F2EDE0. Grayscale: #111111. Windows color (decimal): -15920609 or 2036237. OLE color: 2036237.
HSL color Cylindrical-coordinate representation of color #0D121F: hue angle of 223.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D121F is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 18 | 31 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.88 |
| HSL | 223.33º | 0.41% | 0.09% | - |
| HSV(B) | 223.33º | 0.58% | 0.12% | - |
| XYZ | 0.63 | 0.62 | 1.38 | - |
| YUV | 17.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 31 | 0.58 | 0.42 | 0 | 0.88 | 223.33 | 0.41 | 0.09 |
| Hex | D | 12 | 1F | 3A | 2A | 0 | 58 | DF | 29 | 9 |
| Octal | 15 | 22 | 37 | 72 | 52 | 0 | 130 | 337 | 51 | 11 |
| Binary | 1101 | 10010 | 11111 | 111010 | 101010 | 0 | 1011000 | 11011111 | 101001 | 1001 |
Color Harmonies of #0D121F
Complementary color
Monochromatic Colors of #0D121F
Black with #0D121F
Text Example
Text Example
White with #0D121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D121F; }
p { color: rgb(13,18,31); }
H1.HeaderClassName
{
color: #0D121F;
}
.AnyTagClassName
{
color: #0D121F;
}
</style>
background-color css
<style>
a { background-color: #0D121F; }
a { background-color: rgb(13,18,31); }
div.DivClassName
{
background-color: #0D121F;
}
.BgClassName
{
background-color: #0D121F;
}
</style>
border-color css
<style>
span { border-color: #0D121F; }
span { border-color: rgb(13,18,31); }
td.TdClassName
{
border-color: #0D121F;
}
.TagClassName
{
border-color: #0D121F;
}
</style>