Shades of Blackcurrant #0D0713
Tints of Blackcurrant #0D0713
RGB
CMYK
RGB Variations
Color information
#0D0713 (or 0x0D0713) is known color: Blackcurrant. HEX triplet: 0D, 07 and 13. RGB value is (13,7,19). Sum of RGB (Red+Green+Blue) = 13+7+19=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #0D0713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0713 is #F2F8EC. Grayscale: #0A0A0A. Windows color (decimal): -15923437 or 1246989. OLE color: 1246989.
HSL color Cylindrical-coordinate representation of color #0D0713: hue angle of 270º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D0713 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 7 | 19 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.93 |
| HSL | 270º | 0.46% | 0.05% | - |
| HSV(B) | 270º | 0.63% | 0.07% | - |
| XYZ | 0.36 | 0.28 | 0.65 | - |
| YUV | 10.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 19 | 0.32 | 0.63 | 0 | 0.93 | 270 | 0.46 | 0.05 |
| Hex | D | 7 | 13 | 20 | 3F | 0 | 5D | 10E | 2E | 5 |
| Octal | 15 | 7 | 23 | 40 | 77 | 0 | 135 | 416 | 56 | 5 |
| Binary | 1101 | 111 | 10011 | 100000 | 111111 | 0 | 1011101 | 100001110 | 101110 | 101 |
Color Harmonies of #0D0713
Complementary color
Monochromatic Colors of #0D0713
Black with #0D0713
Text Example
Text Example
White with #0D0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0713; }
p { color: rgb(13,7,19); }
H1.HeaderClassName
{
color: #0D0713;
}
.AnyTagClassName
{
color: #0D0713;
}
</style>
background-color css
<style>
a { background-color: #0D0713; }
a { background-color: rgb(13,7,19); }
div.DivClassName
{
background-color: #0D0713;
}
.BgClassName
{
background-color: #0D0713;
}
</style>
border-color css
<style>
span { border-color: #0D0713; }
span { border-color: rgb(13,7,19); }
td.TdClassName
{
border-color: #0D0713;
}
.TagClassName
{
border-color: #0D0713;
}
</style>