Shades of Black Russian #0D102D
Tints of Black Russian #0D102D
RGB
CMYK
RGB Variations
Color information
#0D102D (or 0x0D102D) is known color: Black Russian. HEX triplet: 0D, 10 and 2D. RGB value is (13,16,45). Sum of RGB (Red+Green+Blue) = 13+16+45=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D102D is #F2EFD2. Grayscale: #121212. Windows color (decimal): -15921107 or 2953229. OLE color: 2953229.
HSL color Cylindrical-coordinate representation of color #0D102D: hue angle of 234.38º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D102D is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 16 | 45 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.82 |
| HSL | 234.38º | 0.55% | 0.11% | - |
| HSV(B) | 234.38º | 0.71% | 0.18% | - |
| XYZ | 0.82 | 0.65 | 2.56 | - |
| YUV | 18.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 45 | 0.71 | 0.64 | 0 | 0.82 | 234.38 | 0.55 | 0.11 |
| Hex | D | 10 | 2D | 47 | 40 | 0 | 52 | EA | 37 | B |
| Octal | 15 | 20 | 55 | 107 | 100 | 0 | 122 | 352 | 67 | 13 |
| Binary | 1101 | 10000 | 101101 | 1000111 | 1000000 | 0 | 1010010 | 11101010 | 110111 | 1011 |
Color Harmonies of #0D102D
Complementary color
Monochromatic Colors of #0D102D
Black with #0D102D
Text Example
Text Example
White with #0D102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D102D; }
p { color: rgb(13,16,45); }
H1.HeaderClassName
{
color: #0D102D;
}
.AnyTagClassName
{
color: #0D102D;
}
</style>
background-color css
<style>
a { background-color: #0D102D; }
a { background-color: rgb(13,16,45); }
div.DivClassName
{
background-color: #0D102D;
}
.BgClassName
{
background-color: #0D102D;
}
</style>
border-color css
<style>
span { border-color: #0D102D; }
span { border-color: rgb(13,16,45); }
td.TdClassName
{
border-color: #0D102D;
}
.TagClassName
{
border-color: #0D102D;
}
</style>