Shades of Black Russian #0D1230
Tints of Black Russian #0D1230
RGB
CMYK
RGB Variations
Color information
#0D1230 (or 0x0D1230) is known color: Black Russian. HEX triplet: 0D, 12 and 30. RGB value is (13,18,48). Sum of RGB (Red+Green+Blue) = 13+18+48=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1230 is #F2EDCF. Grayscale: #131313. Windows color (decimal): -15920592 or 3150349. OLE color: 3150349.
HSL color Cylindrical-coordinate representation of color #0D1230: hue angle of 231.43º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D1230 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 18 | 48 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.81 |
| HSL | 231.43º | 0.57% | 0.12% | - |
| HSV(B) | 231.43º | 0.73% | 0.19% | - |
| XYZ | 0.92 | 0.73 | 2.89 | - |
| YUV | 19.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 48 | 0.73 | 0.63 | 0 | 0.81 | 231.43 | 0.57 | 0.12 |
| Hex | D | 12 | 30 | 49 | 3F | 0 | 51 | E7 | 39 | C |
| Octal | 15 | 22 | 60 | 111 | 77 | 0 | 121 | 347 | 71 | 14 |
| Binary | 1101 | 10010 | 110000 | 1001001 | 111111 | 0 | 1010001 | 11100111 | 111001 | 1100 |
Color Harmonies of #0D1230
Complementary color
Monochromatic Colors of #0D1230
Black with #0D1230
Text Example
Text Example
White with #0D1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1230; }
p { color: rgb(13,18,48); }
H1.HeaderClassName
{
color: #0D1230;
}
.AnyTagClassName
{
color: #0D1230;
}
</style>
background-color css
<style>
a { background-color: #0D1230; }
a { background-color: rgb(13,18,48); }
div.DivClassName
{
background-color: #0D1230;
}
.BgClassName
{
background-color: #0D1230;
}
</style>
border-color css
<style>
span { border-color: #0D1230; }
span { border-color: rgb(13,18,48); }
td.TdClassName
{
border-color: #0D1230;
}
.TagClassName
{
border-color: #0D1230;
}
</style>