Shades of Blackcurrant #0D0128
Tints of Blackcurrant #0D0128
RGB
CMYK
RGB Variations
Color information
#0D0128 (or 0x0D0128) is known color: Blackcurrant. HEX triplet: 0D, 01 and 28. RGB value is (13,1,40). Sum of RGB (Red+Green+Blue) = 13+1+40=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 40 (16.02% from 255 or 74.07% from 54); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D0128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0128 is #F2FED7. Grayscale: #080808. Windows color (decimal): -15924952 or 2621709. OLE color: 2621709.
HSL color Cylindrical-coordinate representation of color #0D0128: hue angle of 258.46º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0128 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 1 | 40 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.84 |
| HSL | 258.46º | 0.95% | 0.08% | - |
| HSV(B) | 258.46º | 0.98% | 0.16% | - |
| XYZ | 0.56 | 0.26 | 2.03 | - |
| YUV | 9.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 40 | 0.67 | 0.98 | 0 | 0.84 | 258.46 | 0.95 | 0.08 |
| Hex | D | 1 | 28 | 43 | 62 | 0 | 54 | 102 | 5F | 8 |
| Octal | 15 | 1 | 50 | 103 | 142 | 0 | 124 | 402 | 137 | 10 |
| Binary | 1101 | 1 | 101000 | 1000011 | 1100010 | 0 | 1010100 | 100000010 | 1011111 | 1000 |
Color Harmonies of #0D0128
Complementary color
Monochromatic Colors of #0D0128
Black with #0D0128
Text Example
Text Example
White with #0D0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0128; }
p { color: rgb(13,1,40); }
H1.HeaderClassName
{
color: #0D0128;
}
.AnyTagClassName
{
color: #0D0128;
}
</style>
background-color css
<style>
a { background-color: #0D0128; }
a { background-color: rgb(13,1,40); }
div.DivClassName
{
background-color: #0D0128;
}
.BgClassName
{
background-color: #0D0128;
}
</style>
border-color css
<style>
span { border-color: #0D0128; }
span { border-color: rgb(13,1,40); }
td.TdClassName
{
border-color: #0D0128;
}
.TagClassName
{
border-color: #0D0128;
}
</style>