Shades of Blackcurrant #0D0716
Tints of Blackcurrant #0D0716
RGB
CMYK
RGB Variations
Color information
#0D0716 (or 0x0D0716) is known color: Blackcurrant. HEX triplet: 0D, 07 and 16. RGB value is (13,7,22). Sum of RGB (Red+Green+Blue) = 13+7+22=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0716 is #F2F8E9. Grayscale: #0A0A0A. Windows color (decimal): -15923434 or 1443597. OLE color: 1443597.
HSL color Cylindrical-coordinate representation of color #0D0716: hue angle of 264º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D0716 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 7 | 22 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.91 |
| HSL | 264º | 0.52% | 0.06% | - |
| HSV(B) | 264º | 0.68% | 0.09% | - |
| XYZ | 0.39 | 0.3 | 0.8 | - |
| YUV | 10.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 7 | 22 | 0.41 | 0.68 | 0 | 0.91 | 264 | 0.52 | 0.06 |
| Hex | D | 7 | 16 | 29 | 44 | 0 | 5B | 108 | 34 | 6 |
| Octal | 15 | 7 | 26 | 51 | 104 | 0 | 133 | 410 | 64 | 6 |
| Binary | 1101 | 111 | 10110 | 101001 | 1000100 | 0 | 1011011 | 100001000 | 110100 | 110 |
Color Harmonies of #0D0716
Complementary color
Monochromatic Colors of #0D0716
Black with #0D0716
Text Example
Text Example
White with #0D0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0716; }
p { color: rgb(13,7,22); }
H1.HeaderClassName
{
color: #0D0716;
}
.AnyTagClassName
{
color: #0D0716;
}
</style>
background-color css
<style>
a { background-color: #0D0716; }
a { background-color: rgb(13,7,22); }
div.DivClassName
{
background-color: #0D0716;
}
.BgClassName
{
background-color: #0D0716;
}
</style>
border-color css
<style>
span { border-color: #0D0716; }
span { border-color: rgb(13,7,22); }
td.TdClassName
{
border-color: #0D0716;
}
.TagClassName
{
border-color: #0D0716;
}
</style>