Shades of Blackcurrant #0D0619
Tints of Blackcurrant #0D0619
RGB
CMYK
RGB Variations
Color information
#0D0619 (or 0x0D0619) is known color: Blackcurrant. HEX triplet: 0D, 06 and 19. RGB value is (13,6,25). Sum of RGB (Red+Green+Blue) = 13+6+25=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D0619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0619 is #F2F9E6. Grayscale: #0A0A0A. Windows color (decimal): -15923687 or 1639949. OLE color: 1639949.
HSL color Cylindrical-coordinate representation of color #0D0619: hue angle of 262.11º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D0619 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 6 | 25 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.90 |
| HSL | 262.11º | 0.61% | 0.06% | - |
| HSV(B) | 262.11º | 0.76% | 0.1% | - |
| XYZ | 0.41 | 0.29 | 0.95 | - |
| YUV | 10.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 25 | 0.48 | 0.76 | 0 | 0.90 | 262.11 | 0.61 | 0.06 |
| Hex | D | 6 | 19 | 30 | 4C | 0 | 5A | 106 | 3D | 6 |
| Octal | 15 | 6 | 31 | 60 | 114 | 0 | 132 | 406 | 75 | 6 |
| Binary | 1101 | 110 | 11001 | 110000 | 1001100 | 0 | 1011010 | 100000110 | 111101 | 110 |
Color Harmonies of #0D0619
Complementary color
Monochromatic Colors of #0D0619
Black with #0D0619
Text Example
Text Example
White with #0D0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0619; }
p { color: rgb(13,6,25); }
H1.HeaderClassName
{
color: #0D0619;
}
.AnyTagClassName
{
color: #0D0619;
}
</style>
background-color css
<style>
a { background-color: #0D0619; }
a { background-color: rgb(13,6,25); }
div.DivClassName
{
background-color: #0D0619;
}
.BgClassName
{
background-color: #0D0619;
}
</style>
border-color css
<style>
span { border-color: #0D0619; }
span { border-color: rgb(13,6,25); }
td.TdClassName
{
border-color: #0D0619;
}
.TagClassName
{
border-color: #0D0619;
}
</style>