Shades of Blackcurrant #0D021B
Tints of Blackcurrant #0D021B
RGB
CMYK
RGB Variations
Color information
#0D021B (or 0x0D021B) is known color: Blackcurrant. HEX triplet: 0D, 02 and 1B. RGB value is (13,2,27). Sum of RGB (Red+Green+Blue) = 13+2+27=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D021B is #F2FDE4. Grayscale: #080808. Windows color (decimal): -15924709 or 1769997. OLE color: 1769997.
HSL color Cylindrical-coordinate representation of color #0D021B: hue angle of 266.4º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D021B is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 2 | 27 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.89 |
| HSL | 266.4º | 0.86% | 0.06% | - |
| HSV(B) | 266.4º | 0.93% | 0.11% | - |
| XYZ | 0.39 | 0.21 | 1.06 | - |
| YUV | 8.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 27 | 0.52 | 0.93 | 0 | 0.89 | 266.4 | 0.86 | 0.06 |
| Hex | D | 2 | 1B | 34 | 5D | 0 | 59 | 10A | 56 | 6 |
| Octal | 15 | 2 | 33 | 64 | 135 | 0 | 131 | 412 | 126 | 6 |
| Binary | 1101 | 10 | 11011 | 110100 | 1011101 | 0 | 1011001 | 100001010 | 1010110 | 110 |
Color Harmonies of #0D021B
Complementary color
Monochromatic Colors of #0D021B
Black with #0D021B
Text Example
Text Example
White with #0D021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D021B; }
p { color: rgb(13,2,27); }
H1.HeaderClassName
{
color: #0D021B;
}
.AnyTagClassName
{
color: #0D021B;
}
</style>
background-color css
<style>
a { background-color: #0D021B; }
a { background-color: rgb(13,2,27); }
div.DivClassName
{
background-color: #0D021B;
}
.BgClassName
{
background-color: #0D021B;
}
</style>
border-color css
<style>
span { border-color: #0D021B; }
span { border-color: rgb(13,2,27); }
td.TdClassName
{
border-color: #0D021B;
}
.TagClassName
{
border-color: #0D021B;
}
</style>