Shades of Blackcurrant #0D012B
Tints of Blackcurrant #0D012B
RGB
CMYK
RGB Variations
Color information
#0D012B (or 0x0D012B) is known color: Blackcurrant. HEX triplet: 0D, 01 and 2B. RGB value is (13,1,43). Sum of RGB (Red+Green+Blue) = 13+1+43=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 43 (17.19% from 255 or 75.44% from 57); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D012B is #F2FED4. Grayscale: #090909. Windows color (decimal): -15924949 or 2818317. OLE color: 2818317.
HSL color Cylindrical-coordinate representation of color #0D012B: hue angle of 257.14º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D012B is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 1 | 43 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.83 |
| HSL | 257.14º | 0.95% | 0.09% | - |
| HSV(B) | 257.14º | 0.98% | 0.17% | - |
| XYZ | 0.61 | 0.28 | 2.31 | - |
| YUV | 9.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 43 | 0.70 | 0.98 | 0 | 0.83 | 257.14 | 0.95 | 0.09 |
| Hex | D | 1 | 2B | 46 | 62 | 0 | 53 | 101 | 5F | 9 |
| Octal | 15 | 1 | 53 | 106 | 142 | 0 | 123 | 401 | 137 | 11 |
| Binary | 1101 | 1 | 101011 | 1000110 | 1100010 | 0 | 1010011 | 100000001 | 1011111 | 1001 |
Color Harmonies of #0D012B
Complementary color
Monochromatic Colors of #0D012B
Black with #0D012B
Text Example
Text Example
White with #0D012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D012B; }
p { color: rgb(13,1,43); }
H1.HeaderClassName
{
color: #0D012B;
}
.AnyTagClassName
{
color: #0D012B;
}
</style>
background-color css
<style>
a { background-color: #0D012B; }
a { background-color: rgb(13,1,43); }
div.DivClassName
{
background-color: #0D012B;
}
.BgClassName
{
background-color: #0D012B;
}
</style>
border-color css
<style>
span { border-color: #0D012B; }
span { border-color: rgb(13,1,43); }
td.TdClassName
{
border-color: #0D012B;
}
.TagClassName
{
border-color: #0D012B;
}
</style>