Shades of Blackcurrant #0D0718
Tints of Blackcurrant #0D0718
RGB
CMYK
RGB Variations
Color information
#0D0718 (or 0x0D0718) is known color: Blackcurrant. HEX triplet: 0D, 07 and 18. RGB value is (13,7,24). Sum of RGB (Red+Green+Blue) = 13+7+24=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0718 is #F2F8E7. Grayscale: #0A0A0A. Windows color (decimal): -15923432 or 1574669. OLE color: 1574669.
HSL color Cylindrical-coordinate representation of color #0D0718: hue angle of 261.18º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D0718 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 7 | 24 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.91 |
| HSL | 261.18º | 0.55% | 0.06% | - |
| HSV(B) | 261.18º | 0.71% | 0.09% | - |
| XYZ | 0.41 | 0.3 | 0.9 | - |
| YUV | 10.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 24 | 0.46 | 0.71 | 0 | 0.91 | 261.18 | 0.55 | 0.06 |
| Hex | D | 7 | 18 | 2E | 47 | 0 | 5B | 105 | 37 | 6 |
| Octal | 15 | 7 | 30 | 56 | 107 | 0 | 133 | 405 | 67 | 6 |
| Binary | 1101 | 111 | 11000 | 101110 | 1000111 | 0 | 1011011 | 100000101 | 110111 | 110 |
Color Harmonies of #0D0718
Complementary color
Monochromatic Colors of #0D0718
Black with #0D0718
Text Example
Text Example
White with #0D0718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0718; }
p { color: rgb(13,7,24); }
H1.HeaderClassName
{
color: #0D0718;
}
.AnyTagClassName
{
color: #0D0718;
}
</style>
background-color css
<style>
a { background-color: #0D0718; }
a { background-color: rgb(13,7,24); }
div.DivClassName
{
background-color: #0D0718;
}
.BgClassName
{
background-color: #0D0718;
}
</style>
border-color css
<style>
span { border-color: #0D0718; }
span { border-color: rgb(13,7,24); }
td.TdClassName
{
border-color: #0D0718;
}
.TagClassName
{
border-color: #0D0718;
}
</style>