Shades of Blackcurrant #13001A
Tints of Blackcurrant #13001A
RGB
CMYK
RGB Variations
Color information
#13001A (or 0x13001A) is known color: Blackcurrant. HEX triplet: 13, 00 and 1A. RGB value is (19,0,26). Sum of RGB (Red+Green+Blue) = 19+0+26=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #13001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13001A is #ECFFE5. Grayscale: #080808. Windows color (decimal): -15532006 or 1703955. OLE color: 1703955.
HSL color Cylindrical-coordinate representation of color #13001A: hue angle of 283.85º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13001A is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 0 | 26 | - |
| CMYK | 0.27 | 1 | 0 | 0.90 |
| HSL | 283.85º | 1% | 0.05% | - |
| HSV(B) | 283.85º | 1% | 0.1% | - |
| XYZ | 0.46 | 0.21 | 0.99 | - |
| YUV | 8.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 26 | 0.27 | 1 | 0 | 0.90 | 283.85 | 1 | 0.05 |
| Hex | 13 | 0 | 1A | 1B | 64 | 0 | 5A | 11C | 64 | 5 |
| Octal | 23 | 0 | 32 | 33 | 144 | 0 | 132 | 434 | 144 | 5 |
| Binary | 10011 | 0 | 11010 | 11011 | 1100100 | 0 | 1011010 | 100011100 | 1100100 | 101 |
Color Harmonies of #13001A
Complementary color
Monochromatic Colors of #13001A
Black with #13001A
Text Example
Text Example
White with #13001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13001A; }
p { color: rgb(19,0,26); }
H1.HeaderClassName
{
color: #13001A;
}
.AnyTagClassName
{
color: #13001A;
}
</style>
background-color css
<style>
a { background-color: #13001A; }
a { background-color: rgb(19,0,26); }
div.DivClassName
{
background-color: #13001A;
}
.BgClassName
{
background-color: #13001A;
}
</style>
border-color css
<style>
span { border-color: #13001A; }
span { border-color: rgb(19,0,26); }
td.TdClassName
{
border-color: #13001A;
}
.TagClassName
{
border-color: #13001A;
}
</style>