Shades of Blackcurrant #0D0515
Tints of Blackcurrant #0D0515
RGB
CMYK
RGB Variations
Color information
#0D0515 (or 0x0D0515) is known color: Blackcurrant. HEX triplet: 0D, 05 and 15. RGB value is (13,5,21). Sum of RGB (Red+Green+Blue) = 13+5+21=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #0D0515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0515 is #F2FAEA. Grayscale: #090909. Windows color (decimal): -15923947 or 1377549. OLE color: 1377549.
HSL color Cylindrical-coordinate representation of color #0D0515: hue angle of 270º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D0515 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 5 | 21 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.92 |
| HSL | 270º | 0.62% | 0.05% | - |
| HSV(B) | 270º | 0.76% | 0.08% | - |
| XYZ | 0.36 | 0.25 | 0.74 | - |
| YUV | 9.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 21 | 0.38 | 0.76 | 0 | 0.92 | 270 | 0.62 | 0.05 |
| Hex | D | 5 | 15 | 26 | 4C | 0 | 5C | 10E | 3E | 5 |
| Octal | 15 | 5 | 25 | 46 | 114 | 0 | 134 | 416 | 76 | 5 |
| Binary | 1101 | 101 | 10101 | 100110 | 1001100 | 0 | 1011100 | 100001110 | 111110 | 101 |
Color Harmonies of #0D0515
Complementary color
Monochromatic Colors of #0D0515
Black with #0D0515
Text Example
Text Example
White with #0D0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0515; }
p { color: rgb(13,5,21); }
H1.HeaderClassName
{
color: #0D0515;
}
.AnyTagClassName
{
color: #0D0515;
}
</style>
background-color css
<style>
a { background-color: #0D0515; }
a { background-color: rgb(13,5,21); }
div.DivClassName
{
background-color: #0D0515;
}
.BgClassName
{
background-color: #0D0515;
}
</style>
border-color css
<style>
span { border-color: #0D0515; }
span { border-color: rgb(13,5,21); }
td.TdClassName
{
border-color: #0D0515;
}
.TagClassName
{
border-color: #0D0515;
}
</style>