Shades of Blackcurrant #0D0119
Tints of Blackcurrant #0D0119
RGB
CMYK
RGB Variations
Color information
#0D0119 (or 0x0D0119) is known color: Blackcurrant. HEX triplet: 0D, 01 and 19. RGB value is (13,1,25). Sum of RGB (Red+Green+Blue) = 13+1+25=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0119 is #F2FEE6. Grayscale: #070707. Windows color (decimal): -15924967 or 1638669. OLE color: 1638669.
HSL color Cylindrical-coordinate representation of color #0D0119: hue angle of 270º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0119 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 1 | 25 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.90 |
| HSL | 270º | 0.92% | 0.05% | - |
| HSV(B) | 270º | 0.96% | 0.1% | - |
| XYZ | 0.35 | 0.18 | 0.94 | - |
| YUV | 7.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 25 | 0.48 | 0.96 | 0 | 0.90 | 270 | 0.92 | 0.05 |
| Hex | D | 1 | 19 | 30 | 60 | 0 | 5A | 10E | 5C | 5 |
| Octal | 15 | 1 | 31 | 60 | 140 | 0 | 132 | 416 | 134 | 5 |
| Binary | 1101 | 1 | 11001 | 110000 | 1100000 | 0 | 1011010 | 100001110 | 1011100 | 101 |
Color Harmonies of #0D0119
Complementary color
Monochromatic Colors of #0D0119
Black with #0D0119
Text Example
Text Example
White with #0D0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0119; }
p { color: rgb(13,1,25); }
H1.HeaderClassName
{
color: #0D0119;
}
.AnyTagClassName
{
color: #0D0119;
}
</style>
background-color css
<style>
a { background-color: #0D0119; }
a { background-color: rgb(13,1,25); }
div.DivClassName
{
background-color: #0D0119;
}
.BgClassName
{
background-color: #0D0119;
}
</style>
border-color css
<style>
span { border-color: #0D0119; }
span { border-color: rgb(13,1,25); }
td.TdClassName
{
border-color: #0D0119;
}
.TagClassName
{
border-color: #0D0119;
}
</style>