Shades of Blackcurrant #0D0028
Tints of Blackcurrant #0D0028
RGB
CMYK
RGB Variations
Color information
#0D0028 (or 0x0D0028) is known color: Blackcurrant. HEX triplet: 0D, 00 and 28. RGB value is (13,0,40). Sum of RGB (Red+Green+Blue) = 13+0+40=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 40 (16.02% from 255 or 75.47% from 53); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D0028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0028 is #F2FFD7. Grayscale: #080808. Windows color (decimal): -15925208 or 2621453. OLE color: 2621453.
HSL color Cylindrical-coordinate representation of color #0D0028: hue angle of 259.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0028 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 0 | 40 | - |
| CMYK | 0.67 | 1 | 0 | 0.84 |
| HSL | 259.5º | 1% | 0.08% | - |
| HSV(B) | 259.5º | 1% | 0.16% | - |
| XYZ | 0.55 | 0.24 | 2.02 | - |
| YUV | 8.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 40 | 0.67 | 1 | 0 | 0.84 | 259.5 | 1 | 0.08 |
| Hex | D | 0 | 28 | 43 | 64 | 0 | 54 | 104 | 64 | 8 |
| Octal | 15 | 0 | 50 | 103 | 144 | 0 | 124 | 404 | 144 | 10 |
| Binary | 1101 | 0 | 101000 | 1000011 | 1100100 | 0 | 1010100 | 100000100 | 1100100 | 1000 |
Color Harmonies of #0D0028
Complementary color
Monochromatic Colors of #0D0028
Black with #0D0028
Text Example
Text Example
White with #0D0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0028; }
p { color: rgb(13,0,40); }
H1.HeaderClassName
{
color: #0D0028;
}
.AnyTagClassName
{
color: #0D0028;
}
</style>
background-color css
<style>
a { background-color: #0D0028; }
a { background-color: rgb(13,0,40); }
div.DivClassName
{
background-color: #0D0028;
}
.BgClassName
{
background-color: #0D0028;
}
</style>
border-color css
<style>
span { border-color: #0D0028; }
span { border-color: rgb(13,0,40); }
td.TdClassName
{
border-color: #0D0028;
}
.TagClassName
{
border-color: #0D0028;
}
</style>