Shades of Blackcurrant #13001E
Tints of Blackcurrant #13001E
RGB
CMYK
RGB Variations
Color information
#13001E (or 0x13001E) is known color: Blackcurrant. HEX triplet: 13, 00 and 1E. RGB value is (19,0,30). Sum of RGB (Red+Green+Blue) = 19+0+30=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #13001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13001E is #ECFFE1. Grayscale: #090909. Windows color (decimal): -15532002 or 1966099. OLE color: 1966099.
HSL color Cylindrical-coordinate representation of color #13001E: hue angle of 278º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13001E is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 0 | 30 | - |
| CMYK | 0.37 | 1 | 0 | 0.88 |
| HSL | 278º | 1% | 0.06% | - |
| HSV(B) | 278º | 1% | 0.12% | - |
| XYZ | 0.5 | 0.23 | 1.25 | - |
| YUV | 9.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 30 | 0.37 | 1 | 0 | 0.88 | 278 | 1 | 0.06 |
| Hex | 13 | 0 | 1E | 25 | 64 | 0 | 58 | 116 | 64 | 6 |
| Octal | 23 | 0 | 36 | 45 | 144 | 0 | 130 | 426 | 144 | 6 |
| Binary | 10011 | 0 | 11110 | 100101 | 1100100 | 0 | 1011000 | 100010110 | 1100100 | 110 |
Color Harmonies of #13001E
Complementary color
Monochromatic Colors of #13001E
Black with #13001E
Text Example
Text Example
White with #13001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13001E; }
p { color: rgb(19,0,30); }
H1.HeaderClassName
{
color: #13001E;
}
.AnyTagClassName
{
color: #13001E;
}
</style>
background-color css
<style>
a { background-color: #13001E; }
a { background-color: rgb(19,0,30); }
div.DivClassName
{
background-color: #13001E;
}
.BgClassName
{
background-color: #13001E;
}
</style>
border-color css
<style>
span { border-color: #13001E; }
span { border-color: rgb(19,0,30); }
td.TdClassName
{
border-color: #13001E;
}
.TagClassName
{
border-color: #13001E;
}
</style>