Shades of Blackcurrant #0D0416
Tints of Blackcurrant #0D0416
RGB
CMYK
RGB Variations
Color information
#0D0416 (or 0x0D0416) is known color: Blackcurrant. HEX triplet: 0D, 04 and 16. RGB value is (13,4,22). Sum of RGB (Red+Green+Blue) = 13+4+22=39 (5% of max value = 765). Red value is 13 (5.47% from 255 or 33.33% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0416 is #F2FBE9. Grayscale: #080808. Windows color (decimal): -15924202 or 1442829. OLE color: 1442829.
HSL color Cylindrical-coordinate representation of color #0D0416: hue angle of 270º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D0416 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 4 | 22 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.91 |
| HSL | 270º | 0.69% | 0.05% | - |
| HSV(B) | 270º | 0.82% | 0.09% | - |
| XYZ | 0.35 | 0.23 | 0.78 | - |
| YUV | 8.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 4 | 22 | 0.41 | 0.82 | 0 | 0.91 | 270 | 0.69 | 0.05 |
| Hex | D | 4 | 16 | 29 | 52 | 0 | 5B | 10E | 45 | 5 |
| Octal | 15 | 4 | 26 | 51 | 122 | 0 | 133 | 416 | 105 | 5 |
| Binary | 1101 | 100 | 10110 | 101001 | 1010010 | 0 | 1011011 | 100001110 | 1000101 | 101 |
Color Harmonies of #0D0416
Complementary color
Monochromatic Colors of #0D0416
Black with #0D0416
Text Example
Text Example
White with #0D0416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0416; }
p { color: rgb(13,4,22); }
H1.HeaderClassName
{
color: #0D0416;
}
.AnyTagClassName
{
color: #0D0416;
}
</style>
background-color css
<style>
a { background-color: #0D0416; }
a { background-color: rgb(13,4,22); }
div.DivClassName
{
background-color: #0D0416;
}
.BgClassName
{
background-color: #0D0416;
}
</style>
border-color css
<style>
span { border-color: #0D0416; }
span { border-color: rgb(13,4,22); }
td.TdClassName
{
border-color: #0D0416;
}
.TagClassName
{
border-color: #0D0416;
}
</style>