Shades of Blackcurrant #0D021E
Tints of Blackcurrant #0D021E
RGB
CMYK
RGB Variations
Color information
#0D021E (or 0x0D021E) is known color: Blackcurrant. HEX triplet: 0D, 02 and 1E. RGB value is (13,2,30). Sum of RGB (Red+Green+Blue) = 13+2+30=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D021E is #F2FDE1. Grayscale: #080808. Windows color (decimal): -15924706 or 1966605. OLE color: 1966605.
HSL color Cylindrical-coordinate representation of color #0D021E: hue angle of 263.57º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D021E is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 2 | 30 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.88 |
| HSL | 263.57º | 0.88% | 0.06% | - |
| HSV(B) | 263.57º | 0.93% | 0.12% | - |
| XYZ | 0.42 | 0.22 | 1.25 | - |
| YUV | 8.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 30 | 0.57 | 0.93 | 0 | 0.88 | 263.57 | 0.88 | 0.06 |
| Hex | D | 2 | 1E | 39 | 5D | 0 | 58 | 108 | 58 | 6 |
| Octal | 15 | 2 | 36 | 71 | 135 | 0 | 130 | 410 | 130 | 6 |
| Binary | 1101 | 10 | 11110 | 111001 | 1011101 | 0 | 1011000 | 100001000 | 1011000 | 110 |
Color Harmonies of #0D021E
Complementary color
Monochromatic Colors of #0D021E
Black with #0D021E
Text Example
Text Example
White with #0D021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D021E; }
p { color: rgb(13,2,30); }
H1.HeaderClassName
{
color: #0D021E;
}
.AnyTagClassName
{
color: #0D021E;
}
</style>
background-color css
<style>
a { background-color: #0D021E; }
a { background-color: rgb(13,2,30); }
div.DivClassName
{
background-color: #0D021E;
}
.BgClassName
{
background-color: #0D021E;
}
</style>
border-color css
<style>
span { border-color: #0D021E; }
span { border-color: rgb(13,2,30); }
td.TdClassName
{
border-color: #0D021E;
}
.TagClassName
{
border-color: #0D021E;
}
</style>