Shades of Blackcurrant #0D0019
Tints of Blackcurrant #0D0019
RGB
CMYK
RGB Variations
Color information
#0D0019 (or 0x0D0019) is known color: Blackcurrant. HEX triplet: 0D, 00 and 19. RGB value is (13,0,25). Sum of RGB (Red+Green+Blue) = 13+0+25=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D0019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0019 is #F2FFE6. Grayscale: #060606. Windows color (decimal): -15925223 or 1638413. OLE color: 1638413.
HSL color Cylindrical-coordinate representation of color #0D0019: hue angle of 271.2º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0019 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 0 | 25 | - |
| CMYK | 0.48 | 1 | 0 | 0.90 |
| HSL | 271.2º | 1% | 0.05% | - |
| HSV(B) | 271.2º | 1% | 0.1% | - |
| XYZ | 0.34 | 0.16 | 0.93 | - |
| YUV | 6.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 25 | 0.48 | 1 | 0 | 0.90 | 271.2 | 1 | 0.05 |
| Hex | D | 0 | 19 | 30 | 64 | 0 | 5A | 10F | 64 | 5 |
| Octal | 15 | 0 | 31 | 60 | 144 | 0 | 132 | 417 | 144 | 5 |
| Binary | 1101 | 0 | 11001 | 110000 | 1100100 | 0 | 1011010 | 100001111 | 1100100 | 101 |
Color Harmonies of #0D0019
Complementary color
Monochromatic Colors of #0D0019
Black with #0D0019
Text Example
Text Example
White with #0D0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0019; }
p { color: rgb(13,0,25); }
H1.HeaderClassName
{
color: #0D0019;
}
.AnyTagClassName
{
color: #0D0019;
}
</style>
background-color css
<style>
a { background-color: #0D0019; }
a { background-color: rgb(13,0,25); }
div.DivClassName
{
background-color: #0D0019;
}
.BgClassName
{
background-color: #0D0019;
}
</style>
border-color css
<style>
span { border-color: #0D0019; }
span { border-color: rgb(13,0,25); }
td.TdClassName
{
border-color: #0D0019;
}
.TagClassName
{
border-color: #0D0019;
}
</style>