Shades of Black Russian #0D0630
Tints of Black Russian #0D0630
RGB
CMYK
RGB Variations
Color information
#0D0630 (or 0x0D0630) is known color: Black Russian. HEX triplet: 0D, 06 and 30. RGB value is (13,6,48). Sum of RGB (Red+Green+Blue) = 13+6+48=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D0630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0630 is #F2F9CF. Grayscale: #0C0C0C. Windows color (decimal): -15923664 or 3147277. OLE color: 3147277.
HSL color Cylindrical-coordinate representation of color #0D0630: hue angle of 250º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D0630 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 6 | 48 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.81 |
| HSL | 250º | 0.78% | 0.11% | - |
| HSV(B) | 250º | 0.88% | 0.19% | - |
| XYZ | 0.76 | 0.43 | 2.84 | - |
| YUV | 12.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 48 | 0.73 | 0.87 | 0 | 0.81 | 250 | 0.78 | 0.11 |
| Hex | D | 6 | 30 | 49 | 57 | 0 | 51 | FA | 4E | B |
| Octal | 15 | 6 | 60 | 111 | 127 | 0 | 121 | 372 | 116 | 13 |
| Binary | 1101 | 110 | 110000 | 1001001 | 1010111 | 0 | 1010001 | 11111010 | 1001110 | 1011 |
Color Harmonies of #0D0630
Complementary color
Monochromatic Colors of #0D0630
Black with #0D0630
Text Example
Text Example
White with #0D0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0630; }
p { color: rgb(13,6,48); }
H1.HeaderClassName
{
color: #0D0630;
}
.AnyTagClassName
{
color: #0D0630;
}
</style>
background-color css
<style>
a { background-color: #0D0630; }
a { background-color: rgb(13,6,48); }
div.DivClassName
{
background-color: #0D0630;
}
.BgClassName
{
background-color: #0D0630;
}
</style>
border-color css
<style>
span { border-color: #0D0630; }
span { border-color: rgb(13,6,48); }
td.TdClassName
{
border-color: #0D0630;
}
.TagClassName
{
border-color: #0D0630;
}
</style>