Shades of Blackcurrant #0D0914
Tints of Blackcurrant #0D0914
RGB
CMYK
RGB Variations
Color information
#0D0914 (or 0x0D0914) is known color: Blackcurrant. HEX triplet: 0D, 09 and 14. RGB value is (13,9,20). Sum of RGB (Red+Green+Blue) = 13+9+20=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0914 is #F2F6EB. Grayscale: #0B0B0B. Windows color (decimal): -15922924 or 1313037. OLE color: 1313037.
HSL color Cylindrical-coordinate representation of color #0D0914: hue angle of 261.82º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D0914 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 9 | 20 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.92 |
| HSL | 261.82º | 0.38% | 0.06% | - |
| HSV(B) | 261.82º | 0.55% | 0.08% | - |
| XYZ | 0.39 | 0.33 | 0.71 | - |
| YUV | 11.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 20 | 0.35 | 0.55 | 0 | 0.92 | 261.82 | 0.38 | 0.06 |
| Hex | D | 9 | 14 | 23 | 37 | 0 | 5C | 106 | 26 | 6 |
| Octal | 15 | 11 | 24 | 43 | 67 | 0 | 134 | 406 | 46 | 6 |
| Binary | 1101 | 1001 | 10100 | 100011 | 110111 | 0 | 1011100 | 100000110 | 100110 | 110 |
Color Harmonies of #0D0914
Complementary color
Monochromatic Colors of #0D0914
Black with #0D0914
Text Example
Text Example
White with #0D0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0914; }
p { color: rgb(13,9,20); }
H1.HeaderClassName
{
color: #0D0914;
}
.AnyTagClassName
{
color: #0D0914;
}
</style>
background-color css
<style>
a { background-color: #0D0914; }
a { background-color: rgb(13,9,20); }
div.DivClassName
{
background-color: #0D0914;
}
.BgClassName
{
background-color: #0D0914;
}
</style>
border-color css
<style>
span { border-color: #0D0914; }
span { border-color: rgb(13,9,20); }
td.TdClassName
{
border-color: #0D0914;
}
.TagClassName
{
border-color: #0D0914;
}
</style>