Shades of Blackcurrant #0D040F
Tints of Blackcurrant #0D040F
RGB
CMYK
RGB Variations
Color information
#0D040F (or 0x0D040F) is known color: Blackcurrant. HEX triplet: 0D, 04 and 0F. RGB value is (13,4,15). Sum of RGB (Red+Green+Blue) = 13+4+15=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D040F is #F2FBF0. Grayscale: #070707. Windows color (decimal): -15924209 or 984077. OLE color: 984077.
HSL color Cylindrical-coordinate representation of color #0D040F: hue angle of 289.09º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D040F is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 4 | 15 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.94 |
| HSL | 289.09º | 0.58% | 0.04% | - |
| HSV(B) | 289.09º | 0.73% | 0.06% | - |
| XYZ | 0.3 | 0.21 | 0.48 | - |
| YUV | 7.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 15 | 0.13 | 0.73 | 0 | 0.94 | 289.09 | 0.58 | 0.04 |
| Hex | D | 4 | F | D | 49 | 0 | 5E | 121 | 3A | 4 |
| Octal | 15 | 4 | 17 | 15 | 111 | 0 | 136 | 441 | 72 | 4 |
| Binary | 1101 | 100 | 1111 | 1101 | 1001001 | 0 | 1011110 | 100100001 | 111010 | 100 |
Color Harmonies of #0D040F
Complementary color
Monochromatic Colors of #0D040F
Black with #0D040F
Text Example
Text Example
White with #0D040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D040F; }
p { color: rgb(13,4,15); }
H1.HeaderClassName
{
color: #0D040F;
}
.AnyTagClassName
{
color: #0D040F;
}
</style>
background-color css
<style>
a { background-color: #0D040F; }
a { background-color: rgb(13,4,15); }
div.DivClassName
{
background-color: #0D040F;
}
.BgClassName
{
background-color: #0D040F;
}
</style>
border-color css
<style>
span { border-color: #0D040F; }
span { border-color: rgb(13,4,15); }
td.TdClassName
{
border-color: #0D040F;
}
.TagClassName
{
border-color: #0D040F;
}
</style>