Shades of Blackcurrant #0D0517
Tints of Blackcurrant #0D0517
RGB
CMYK
RGB Variations
Color information
#0D0517 (or 0x0D0517) is known color: Blackcurrant. HEX triplet: 0D, 05 and 17. RGB value is (13,5,23). Sum of RGB (Red+Green+Blue) = 13+5+23=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D0517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0517 is #F2FAE8. Grayscale: #090909. Windows color (decimal): -15923945 or 1508621. OLE color: 1508621.
HSL color Cylindrical-coordinate representation of color #0D0517: hue angle of 266.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D0517 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 5 | 23 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.91 |
| HSL | 266.67º | 0.64% | 0.05% | - |
| HSV(B) | 266.67º | 0.78% | 0.09% | - |
| XYZ | 0.37 | 0.26 | 0.84 | - |
| YUV | 9.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 23 | 0.43 | 0.78 | 0 | 0.91 | 266.67 | 0.64 | 0.05 |
| Hex | D | 5 | 17 | 2B | 4E | 0 | 5B | 10B | 40 | 5 |
| Octal | 15 | 5 | 27 | 53 | 116 | 0 | 133 | 413 | 100 | 5 |
| Binary | 1101 | 101 | 10111 | 101011 | 1001110 | 0 | 1011011 | 100001011 | 1000000 | 101 |
Color Harmonies of #0D0517
Complementary color
Monochromatic Colors of #0D0517
Black with #0D0517
Text Example
Text Example
White with #0D0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0517; }
p { color: rgb(13,5,23); }
H1.HeaderClassName
{
color: #0D0517;
}
.AnyTagClassName
{
color: #0D0517;
}
</style>
background-color css
<style>
a { background-color: #0D0517; }
a { background-color: rgb(13,5,23); }
div.DivClassName
{
background-color: #0D0517;
}
.BgClassName
{
background-color: #0D0517;
}
</style>
border-color css
<style>
span { border-color: #0D0517; }
span { border-color: rgb(13,5,23); }
td.TdClassName
{
border-color: #0D0517;
}
.TagClassName
{
border-color: #0D0517;
}
</style>