Shades of Blackcurrant #0D011B
Tints of Blackcurrant #0D011B
RGB
CMYK
RGB Variations
Color information
#0D011B (or 0x0D011B) is known color: Blackcurrant. HEX triplet: 0D, 01 and 1B. RGB value is (13,1,27). Sum of RGB (Red+Green+Blue) = 13+1+27=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 27 (10.94% from 255 or 65.85% from 41); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D011B is #F2FEE4. Grayscale: #070707. Windows color (decimal): -15924965 or 1769741. OLE color: 1769741.
HSL color Cylindrical-coordinate representation of color #0D011B: hue angle of 267.69º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D011B is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 1 | 27 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.89 |
| HSL | 267.69º | 0.93% | 0.05% | - |
| HSV(B) | 267.69º | 0.96% | 0.11% | - |
| XYZ | 0.37 | 0.19 | 1.05 | - |
| YUV | 7.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 27 | 0.52 | 0.96 | 0 | 0.89 | 267.69 | 0.93 | 0.05 |
| Hex | D | 1 | 1B | 34 | 60 | 0 | 59 | 10C | 5D | 5 |
| Octal | 15 | 1 | 33 | 64 | 140 | 0 | 131 | 414 | 135 | 5 |
| Binary | 1101 | 1 | 11011 | 110100 | 1100000 | 0 | 1011001 | 100001100 | 1011101 | 101 |
Color Harmonies of #0D011B
Complementary color
Monochromatic Colors of #0D011B
Black with #0D011B
Text Example
Text Example
White with #0D011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D011B; }
p { color: rgb(13,1,27); }
H1.HeaderClassName
{
color: #0D011B;
}
.AnyTagClassName
{
color: #0D011B;
}
</style>
background-color css
<style>
a { background-color: #0D011B; }
a { background-color: rgb(13,1,27); }
div.DivClassName
{
background-color: #0D011B;
}
.BgClassName
{
background-color: #0D011B;
}
</style>
border-color css
<style>
span { border-color: #0D011B; }
span { border-color: rgb(13,1,27); }
td.TdClassName
{
border-color: #0D011B;
}
.TagClassName
{
border-color: #0D011B;
}
</style>