Shades of Blackcurrant #0D0717
Tints of Blackcurrant #0D0717
RGB
CMYK
RGB Variations
Color information
#0D0717 (or 0x0D0717) is known color: Blackcurrant. HEX triplet: 0D, 07 and 17. RGB value is (13,7,23). Sum of RGB (Red+Green+Blue) = 13+7+23=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D0717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0717 is #F2F8E8. Grayscale: #0A0A0A. Windows color (decimal): -15923433 or 1509133. OLE color: 1509133.
HSL color Cylindrical-coordinate representation of color #0D0717: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D0717 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 7 | 23 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.91 |
| HSL | 262.5º | 0.53% | 0.06% | - |
| HSV(B) | 262.5º | 0.7% | 0.09% | - |
| XYZ | 0.4 | 0.3 | 0.85 | - |
| YUV | 10.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 23 | 0.43 | 0.70 | 0 | 0.91 | 262.5 | 0.53 | 0.06 |
| Hex | D | 7 | 17 | 2B | 46 | 0 | 5B | 106 | 35 | 6 |
| Octal | 15 | 7 | 27 | 53 | 106 | 0 | 133 | 406 | 65 | 6 |
| Binary | 1101 | 111 | 10111 | 101011 | 1000110 | 0 | 1011011 | 100000110 | 110101 | 110 |
Color Harmonies of #0D0717
Complementary color
Monochromatic Colors of #0D0717
Black with #0D0717
Text Example
Text Example
White with #0D0717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0717; }
p { color: rgb(13,7,23); }
H1.HeaderClassName
{
color: #0D0717;
}
.AnyTagClassName
{
color: #0D0717;
}
</style>
background-color css
<style>
a { background-color: #0D0717; }
a { background-color: rgb(13,7,23); }
div.DivClassName
{
background-color: #0D0717;
}
.BgClassName
{
background-color: #0D0717;
}
</style>
border-color css
<style>
span { border-color: #0D0717; }
span { border-color: rgb(13,7,23); }
td.TdClassName
{
border-color: #0D0717;
}
.TagClassName
{
border-color: #0D0717;
}
</style>