Shades of Blackcurrant #0D0910
Tints of Blackcurrant #0D0910
RGB
CMYK
RGB Variations
Color information
#0D0910 (or 0x0D0910) is known color: Blackcurrant. HEX triplet: 0D, 09 and 10. RGB value is (13,9,16). Sum of RGB (Red+Green+Blue) = 13+9+16=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 16 - color contains mainly: blue. Hex color #0D0910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0910 is #F2F6EF. Grayscale: #0A0A0A. Windows color (decimal): -15922928 or 1050893. OLE color: 1050893.
HSL color Cylindrical-coordinate representation of color #0D0910: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0D0910 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 9 | 16 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.94 |
| HSL | 274.29º | 0.28% | 0.05% | - |
| HSV(B) | 274.29º | 0.44% | 0.06% | - |
| XYZ | 0.36 | 0.32 | 0.53 | - |
| YUV | 10.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 16 | 0.19 | 0.44 | 0 | 0.94 | 274.29 | 0.28 | 0.05 |
| Hex | D | 9 | 10 | 13 | 2C | 0 | 5E | 112 | 1C | 5 |
| Octal | 15 | 11 | 20 | 23 | 54 | 0 | 136 | 422 | 34 | 5 |
| Binary | 1101 | 1001 | 10000 | 10011 | 101100 | 0 | 1011110 | 100010010 | 11100 | 101 |
Color Harmonies of #0D0910
Complementary color
Monochromatic Colors of #0D0910
Black with #0D0910
Text Example
Text Example
White with #0D0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0910; }
p { color: rgb(13,9,16); }
H1.HeaderClassName
{
color: #0D0910;
}
.AnyTagClassName
{
color: #0D0910;
}
</style>
background-color css
<style>
a { background-color: #0D0910; }
a { background-color: rgb(13,9,16); }
div.DivClassName
{
background-color: #0D0910;
}
.BgClassName
{
background-color: #0D0910;
}
</style>
border-color css
<style>
span { border-color: #0D0910; }
span { border-color: rgb(13,9,16); }
td.TdClassName
{
border-color: #0D0910;
}
.TagClassName
{
border-color: #0D0910;
}
</style>