Shades of Blackcurrant #0D001C
Tints of Blackcurrant #0D001C
RGB
CMYK
RGB Variations
Color information
#0D001C (or 0x0D001C) is known color: Blackcurrant. HEX triplet: 0D, 00 and 1C. RGB value is (13,0,28). Sum of RGB (Red+Green+Blue) = 13+0+28=41 (5% of max value = 765). Red value is 13 (5.47% from 255 or 31.71% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 28 (11.33% from 255 or 68.29% from 41); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D001C is #F2FFE3. Grayscale: #060606. Windows color (decimal): -15925220 or 1835021. OLE color: 1835021.
HSL color Cylindrical-coordinate representation of color #0D001C: hue angle of 267.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D001C is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 0 | 28 | - |
| CMYK | 0.54 | 1 | 0 | 0.89 |
| HSL | 267.86º | 1% | 0.05% | - |
| HSV(B) | 267.86º | 1% | 0.11% | - |
| XYZ | 0.38 | 0.17 | 1.11 | - |
| YUV | 7.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 28 | 0.54 | 1 | 0 | 0.89 | 267.86 | 1 | 0.05 |
| Hex | D | 0 | 1C | 36 | 64 | 0 | 59 | 10C | 64 | 5 |
| Octal | 15 | 0 | 34 | 66 | 144 | 0 | 131 | 414 | 144 | 5 |
| Binary | 1101 | 0 | 11100 | 110110 | 1100100 | 0 | 1011001 | 100001100 | 1100100 | 101 |
Color Harmonies of #0D001C
Complementary color
Monochromatic Colors of #0D001C
Black with #0D001C
Text Example
Text Example
White with #0D001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D001C; }
p { color: rgb(13,0,28); }
H1.HeaderClassName
{
color: #0D001C;
}
.AnyTagClassName
{
color: #0D001C;
}
</style>
background-color css
<style>
a { background-color: #0D001C; }
a { background-color: rgb(13,0,28); }
div.DivClassName
{
background-color: #0D001C;
}
.BgClassName
{
background-color: #0D001C;
}
</style>
border-color css
<style>
span { border-color: #0D001C; }
span { border-color: rgb(13,0,28); }
td.TdClassName
{
border-color: #0D001C;
}
.TagClassName
{
border-color: #0D001C;
}
</style>