Shades of Blackcurrant #13011D
Tints of Blackcurrant #13011D
RGB
CMYK
RGB Variations
Color information
#13011D (or 0x13011D) is known color: Blackcurrant. HEX triplet: 13, 01 and 1D. RGB value is (19,1,29). Sum of RGB (Red+Green+Blue) = 19+1+29=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #13011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13011D is #ECFEE2. Grayscale: #090909. Windows color (decimal): -15531747 or 1900819. OLE color: 1900819.
HSL color Cylindrical-coordinate representation of color #13011D: hue angle of 278.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13011D is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 1 | 29 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.89 |
| HSL | 278.57º | 0.93% | 0.06% | - |
| HSV(B) | 278.57º | 0.97% | 0.11% | - |
| XYZ | 0.5 | 0.25 | 1.18 | - |
| YUV | 9.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 29 | 0.34 | 0.97 | 0 | 0.89 | 278.57 | 0.93 | 0.06 |
| Hex | 13 | 1 | 1D | 22 | 61 | 0 | 59 | 117 | 5D | 6 |
| Octal | 23 | 1 | 35 | 42 | 141 | 0 | 131 | 427 | 135 | 6 |
| Binary | 10011 | 1 | 11101 | 100010 | 1100001 | 0 | 1011001 | 100010111 | 1011101 | 110 |
Color Harmonies of #13011D
Complementary color
Monochromatic Colors of #13011D
Black with #13011D
Text Example
Text Example
White with #13011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13011D; }
p { color: rgb(19,1,29); }
H1.HeaderClassName
{
color: #13011D;
}
.AnyTagClassName
{
color: #13011D;
}
</style>
background-color css
<style>
a { background-color: #13011D; }
a { background-color: rgb(19,1,29); }
div.DivClassName
{
background-color: #13011D;
}
.BgClassName
{
background-color: #13011D;
}
</style>
border-color css
<style>
span { border-color: #13011D; }
span { border-color: rgb(19,1,29); }
td.TdClassName
{
border-color: #13011D;
}
.TagClassName
{
border-color: #13011D;
}
</style>