Shades of Blackcurrant #0D010F
Tints of Blackcurrant #0D010F
RGB
CMYK
RGB Variations
Color information
#0D010F (or 0x0D010F) is known color: Blackcurrant. HEX triplet: 0D, 01 and 0F. RGB value is (13,1,15). Sum of RGB (Red+Green+Blue) = 13+1+15=29 (3% of max value = 765). Red value is 13 (5.47% from 255 or 44.83% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D010F is #F2FEF0. Grayscale: #060606. Windows color (decimal): -15924977 or 983309. OLE color: 983309.
HSL color Cylindrical-coordinate representation of color #0D010F: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D010F is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 1 | 15 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.94 |
| HSL | 291.43º | 0.88% | 0.03% | - |
| HSV(B) | 291.43º | 0.93% | 0.06% | - |
| XYZ | 0.26 | 0.14 | 0.47 | - |
| YUV | 6.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 15 | 0.13 | 0.93 | 0 | 0.94 | 291.43 | 0.88 | 0.03 |
| Hex | D | 1 | F | D | 5D | 0 | 5E | 123 | 58 | 3 |
| Octal | 15 | 1 | 17 | 15 | 135 | 0 | 136 | 443 | 130 | 3 |
| Binary | 1101 | 1 | 1111 | 1101 | 1011101 | 0 | 1011110 | 100100011 | 1011000 | 11 |
Color Harmonies of #0D010F
Complementary color
Monochromatic Colors of #0D010F
Black with #0D010F
Text Example
Text Example
White with #0D010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D010F; }
p { color: rgb(13,1,15); }
H1.HeaderClassName
{
color: #0D010F;
}
.AnyTagClassName
{
color: #0D010F;
}
</style>
background-color css
<style>
a { background-color: #0D010F; }
a { background-color: rgb(13,1,15); }
div.DivClassName
{
background-color: #0D010F;
}
.BgClassName
{
background-color: #0D010F;
}
</style>
border-color css
<style>
span { border-color: #0D010F; }
span { border-color: rgb(13,1,15); }
td.TdClassName
{
border-color: #0D010F;
}
.TagClassName
{
border-color: #0D010F;
}
</style>