Shades of Blackcurrant #0D0911
Tints of Blackcurrant #0D0911
RGB
CMYK
RGB Variations
Color information
#0D0911 (or 0x0D0911) is known color: Blackcurrant. HEX triplet: 0D, 09 and 11. RGB value is (13,9,17). Sum of RGB (Red+Green+Blue) = 13+9+17=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 17 - color contains mainly: blue. Hex color #0D0911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0911 is #F2F6EE. Grayscale: #0B0B0B. Windows color (decimal): -15922927 or 1116429. OLE color: 1116429.
HSL color Cylindrical-coordinate representation of color #0D0911: hue angle of 270º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0D0911 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 9 | 17 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.93 |
| HSL | 270º | 0.31% | 0.05% | - |
| HSV(B) | 270º | 0.47% | 0.07% | - |
| XYZ | 0.36 | 0.32 | 0.57 | - |
| YUV | 11.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 17 | 0.24 | 0.47 | 0 | 0.93 | 270 | 0.31 | 0.05 |
| Hex | D | 9 | 11 | 18 | 2F | 0 | 5D | 10E | 1F | 5 |
| Octal | 15 | 11 | 21 | 30 | 57 | 0 | 135 | 416 | 37 | 5 |
| Binary | 1101 | 1001 | 10001 | 11000 | 101111 | 0 | 1011101 | 100001110 | 11111 | 101 |
Color Harmonies of #0D0911
Complementary color
Monochromatic Colors of #0D0911
Black with #0D0911
Text Example
Text Example
White with #0D0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0911; }
p { color: rgb(13,9,17); }
H1.HeaderClassName
{
color: #0D0911;
}
.AnyTagClassName
{
color: #0D0911;
}
</style>
background-color css
<style>
a { background-color: #0D0911; }
a { background-color: rgb(13,9,17); }
div.DivClassName
{
background-color: #0D0911;
}
.BgClassName
{
background-color: #0D0911;
}
</style>
border-color css
<style>
span { border-color: #0D0911; }
span { border-color: rgb(13,9,17); }
td.TdClassName
{
border-color: #0D0911;
}
.TagClassName
{
border-color: #0D0911;
}
</style>