Shades of Blackcurrant #0D001D
Tints of Blackcurrant #0D001D
RGB
CMYK
RGB Variations
Color information
#0D001D (or 0x0D001D) is known color: Blackcurrant. HEX triplet: 0D, 00 and 1D. RGB value is (13,0,29). Sum of RGB (Red+Green+Blue) = 13+0+29=42 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.95% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 29 (11.72% from 255 or 69.05% from 42); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D001D is #F2FFE2. Grayscale: #070707. Windows color (decimal): -15925219 or 1900557. OLE color: 1900557.
HSL color Cylindrical-coordinate representation of color #0D001D: hue angle of 266.9º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D001D is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 0 | 29 | - |
| CMYK | 0.55 | 1 | 0 | 0.89 |
| HSL | 266.9º | 1% | 0.06% | - |
| HSV(B) | 266.9º | 1% | 0.11% | - |
| XYZ | 0.39 | 0.17 | 1.18 | - |
| YUV | 7.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 29 | 0.55 | 1 | 0 | 0.89 | 266.9 | 1 | 0.06 |
| Hex | D | 0 | 1D | 37 | 64 | 0 | 59 | 10B | 64 | 6 |
| Octal | 15 | 0 | 35 | 67 | 144 | 0 | 131 | 413 | 144 | 6 |
| Binary | 1101 | 0 | 11101 | 110111 | 1100100 | 0 | 1011001 | 100001011 | 1100100 | 110 |
Color Harmonies of #0D001D
Complementary color
Monochromatic Colors of #0D001D
Black with #0D001D
Text Example
Text Example
White with #0D001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D001D; }
p { color: rgb(13,0,29); }
H1.HeaderClassName
{
color: #0D001D;
}
.AnyTagClassName
{
color: #0D001D;
}
</style>
background-color css
<style>
a { background-color: #0D001D; }
a { background-color: rgb(13,0,29); }
div.DivClassName
{
background-color: #0D001D;
}
.BgClassName
{
background-color: #0D001D;
}
</style>
border-color css
<style>
span { border-color: #0D001D; }
span { border-color: rgb(13,0,29); }
td.TdClassName
{
border-color: #0D001D;
}
.TagClassName
{
border-color: #0D001D;
}
</style>