Shades of Black Russian #0D0A2A
Tints of Black Russian #0D0A2A
RGB
CMYK
RGB Variations
Color information
#0D0A2A (or 0x0D0A2A) is known color: Black Russian. HEX triplet: 0D, 0A and 2A. RGB value is (13,10,42). Sum of RGB (Red+Green+Blue) = 13+10+42=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 42 (16.80% from 255 or 64.62% from 65); Max value from RGB is 42 - color contains mainly: blue. Hex color #0D0A2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0A2A is #F2F5D5. Grayscale: #0E0E0E. Windows color (decimal): -15922646 or 2755085. OLE color: 2755085.
HSL color Cylindrical-coordinate representation of color #0D0A2A: hue angle of 245.62º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D0A2A is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 10 | 42 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.84 |
| HSL | 245.63º | 0.62% | 0.1% | - |
| HSV(B) | 245.63º | 0.76% | 0.16% | - |
| XYZ | 0.69 | 0.47 | 2.24 | - |
| YUV | 14.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 10 | 42 | 0.69 | 0.76 | 0 | 0.84 | 245.63 | 0.62 | 0.1 |
| Hex | D | A | 2A | 45 | 4C | 0 | 54 | F6 | 3E | A |
| Octal | 15 | 12 | 52 | 105 | 114 | 0 | 124 | 366 | 76 | 12 |
| Binary | 1101 | 1010 | 101010 | 1000101 | 1001100 | 0 | 1010100 | 11110110 | 111110 | 1010 |
Color Harmonies of #0D0A2A
Complementary color
Monochromatic Colors of #0D0A2A
Black with #0D0A2A
Text Example
Text Example
White with #0D0A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0A2A; }
p { color: rgb(13,10,42); }
H1.HeaderClassName
{
color: #0D0A2A;
}
.AnyTagClassName
{
color: #0D0A2A;
}
</style>
background-color css
<style>
a { background-color: #0D0A2A; }
a { background-color: rgb(13,10,42); }
div.DivClassName
{
background-color: #0D0A2A;
}
.BgClassName
{
background-color: #0D0A2A;
}
</style>
border-color css
<style>
span { border-color: #0D0A2A; }
span { border-color: rgb(13,10,42); }
td.TdClassName
{
border-color: #0D0A2A;
}
.TagClassName
{
border-color: #0D0A2A;
}
</style>