Shades of Black Russian #0D0A1C
Tints of Black Russian #0D0A1C
RGB
CMYK
RGB Variations
Color information
#0D0A1C (or 0x0D0A1C) is known color: Black Russian. HEX triplet: 0D, 0A and 1C. RGB value is (13,10,28). Sum of RGB (Red+Green+Blue) = 13+10+28=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D0A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0A1C is #F2F5E3. Grayscale: #0C0C0C. Windows color (decimal): -15922660 or 1837581. OLE color: 1837581.
HSL color Cylindrical-coordinate representation of color #0D0A1C: hue angle of 250º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0D0A1C is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 10 | 28 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.89 |
| HSL | 250º | 0.47% | 0.07% | - |
| HSV(B) | 250º | 0.64% | 0.11% | - |
| XYZ | 0.48 | 0.39 | 1.15 | - |
| YUV | 12.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 10 | 28 | 0.54 | 0.64 | 0 | 0.89 | 250 | 0.47 | 0.07 |
| Hex | D | A | 1C | 36 | 40 | 0 | 59 | FA | 2F | 7 |
| Octal | 15 | 12 | 34 | 66 | 100 | 0 | 131 | 372 | 57 | 7 |
| Binary | 1101 | 1010 | 11100 | 110110 | 1000000 | 0 | 1011001 | 11111010 | 101111 | 111 |
Color Harmonies of #0D0A1C
Complementary color
Monochromatic Colors of #0D0A1C
Black with #0D0A1C
Text Example
Text Example
White with #0D0A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0A1C; }
p { color: rgb(13,10,28); }
H1.HeaderClassName
{
color: #0D0A1C;
}
.AnyTagClassName
{
color: #0D0A1C;
}
</style>
background-color css
<style>
a { background-color: #0D0A1C; }
a { background-color: rgb(13,10,28); }
div.DivClassName
{
background-color: #0D0A1C;
}
.BgClassName
{
background-color: #0D0A1C;
}
</style>
border-color css
<style>
span { border-color: #0D0A1C; }
span { border-color: rgb(13,10,28); }
td.TdClassName
{
border-color: #0D0A1C;
}
.TagClassName
{
border-color: #0D0A1C;
}
</style>