Shades of Blackcurrant #0D0518
Tints of Blackcurrant #0D0518
RGB
CMYK
RGB Variations
Color information
#0D0518 (or 0x0D0518) is known color: Blackcurrant. HEX triplet: 0D, 05 and 18. RGB value is (13,5,24). Sum of RGB (Red+Green+Blue) = 13+5+24=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0518 is #F2FAE7. Grayscale: #090909. Windows color (decimal): -15923944 or 1574157. OLE color: 1574157.
HSL color Cylindrical-coordinate representation of color #0D0518: hue angle of 265.26º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D0518 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 5 | 24 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.91 |
| HSL | 265.26º | 0.66% | 0.06% | - |
| HSV(B) | 265.26º | 0.79% | 0.09% | - |
| XYZ | 0.39 | 0.26 | 0.89 | - |
| YUV | 9.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 24 | 0.46 | 0.79 | 0 | 0.91 | 265.26 | 0.66 | 0.06 |
| Hex | D | 5 | 18 | 2E | 4F | 0 | 5B | 109 | 42 | 6 |
| Octal | 15 | 5 | 30 | 56 | 117 | 0 | 133 | 411 | 102 | 6 |
| Binary | 1101 | 101 | 11000 | 101110 | 1001111 | 0 | 1011011 | 100001001 | 1000010 | 110 |
Color Harmonies of #0D0518
Complementary color
Monochromatic Colors of #0D0518
Black with #0D0518
Text Example
Text Example
White with #0D0518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0518; }
p { color: rgb(13,5,24); }
H1.HeaderClassName
{
color: #0D0518;
}
.AnyTagClassName
{
color: #0D0518;
}
</style>
background-color css
<style>
a { background-color: #0D0518; }
a { background-color: rgb(13,5,24); }
div.DivClassName
{
background-color: #0D0518;
}
.BgClassName
{
background-color: #0D0518;
}
</style>
border-color css
<style>
span { border-color: #0D0518; }
span { border-color: rgb(13,5,24); }
td.TdClassName
{
border-color: #0D0518;
}
.TagClassName
{
border-color: #0D0518;
}
</style>