Shades of Black Russian #0D0F1C
Tints of Black Russian #0D0F1C
RGB
CMYK
RGB Variations
Color information
#0D0F1C (or 0x0D0F1C) is known color: Black Russian. HEX triplet: 0D, 0F and 1C. RGB value is (13,15,28). Sum of RGB (Red+Green+Blue) = 13+15+28=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D0F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0F1C is #F2F0E3. Grayscale: #0F0F0F. Windows color (decimal): -15921380 or 1838861. OLE color: 1838861.
HSL color Cylindrical-coordinate representation of color #0D0F1C: hue angle of 232º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D0F1C is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 15 | 28 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.89 |
| HSL | 232º | 0.37% | 0.08% | - |
| HSV(B) | 232º | 0.54% | 0.11% | - |
| XYZ | 0.55 | 0.51 | 1.17 | - |
| YUV | 15.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 15 | 28 | 0.54 | 0.46 | 0 | 0.89 | 232 | 0.37 | 0.08 |
| Hex | D | F | 1C | 36 | 2E | 0 | 59 | E8 | 25 | 8 |
| Octal | 15 | 17 | 34 | 66 | 56 | 0 | 131 | 350 | 45 | 10 |
| Binary | 1101 | 1111 | 11100 | 110110 | 101110 | 0 | 1011001 | 11101000 | 100101 | 1000 |
Color Harmonies of #0D0F1C
Complementary color
Monochromatic Colors of #0D0F1C
Black with #0D0F1C
Text Example
Text Example
White with #0D0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0F1C; }
p { color: rgb(13,15,28); }
H1.HeaderClassName
{
color: #0D0F1C;
}
.AnyTagClassName
{
color: #0D0F1C;
}
</style>
background-color css
<style>
a { background-color: #0D0F1C; }
a { background-color: rgb(13,15,28); }
div.DivClassName
{
background-color: #0D0F1C;
}
.BgClassName
{
background-color: #0D0F1C;
}
</style>
border-color css
<style>
span { border-color: #0D0F1C; }
span { border-color: rgb(13,15,28); }
td.TdClassName
{
border-color: #0D0F1C;
}
.TagClassName
{
border-color: #0D0F1C;
}
</style>