Shades of Blackcurrant #0D0618
Tints of Blackcurrant #0D0618
RGB
CMYK
RGB Variations
Color information
#0D0618 (or 0x0D0618) is known color: Blackcurrant. HEX triplet: 0D, 06 and 18. RGB value is (13,6,24). Sum of RGB (Red+Green+Blue) = 13+6+24=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0618 is #F2F9E7. Grayscale: #0A0A0A. Windows color (decimal): -15923688 or 1574413. OLE color: 1574413.
HSL color Cylindrical-coordinate representation of color #0D0618: hue angle of 263.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D0618 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 6 | 24 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.91 |
| HSL | 263.33º | 0.6% | 0.06% | - |
| HSV(B) | 263.33º | 0.75% | 0.09% | - |
| XYZ | 0.4 | 0.28 | 0.9 | - |
| YUV | 10.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 24 | 0.46 | 0.75 | 0 | 0.91 | 263.33 | 0.6 | 0.06 |
| Hex | D | 6 | 18 | 2E | 4B | 0 | 5B | 107 | 3C | 6 |
| Octal | 15 | 6 | 30 | 56 | 113 | 0 | 133 | 407 | 74 | 6 |
| Binary | 1101 | 110 | 11000 | 101110 | 1001011 | 0 | 1011011 | 100000111 | 111100 | 110 |
Color Harmonies of #0D0618
Complementary color
Monochromatic Colors of #0D0618
Black with #0D0618
Text Example
Text Example
White with #0D0618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0618; }
p { color: rgb(13,6,24); }
H1.HeaderClassName
{
color: #0D0618;
}
.AnyTagClassName
{
color: #0D0618;
}
</style>
background-color css
<style>
a { background-color: #0D0618; }
a { background-color: rgb(13,6,24); }
div.DivClassName
{
background-color: #0D0618;
}
.BgClassName
{
background-color: #0D0618;
}
</style>
border-color css
<style>
span { border-color: #0D0618; }
span { border-color: rgb(13,6,24); }
td.TdClassName
{
border-color: #0D0618;
}
.TagClassName
{
border-color: #0D0618;
}
</style>