Shades of Blackcurrant #13001D
Tints of Blackcurrant #13001D
RGB
CMYK
RGB Variations
Color information
#13001D (or 0x13001D) is known color: Blackcurrant. HEX triplet: 13, 00 and 1D. RGB value is (19,0,29). Sum of RGB (Red+Green+Blue) = 19+0+29=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #13001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13001D is #ECFFE2. Grayscale: #080808. Windows color (decimal): -15532003 or 1900563. OLE color: 1900563.
HSL color Cylindrical-coordinate representation of color #13001D: hue angle of 279.31º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13001D is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 0 | 29 | - |
| CMYK | 0.34 | 1 | 0 | 0.89 |
| HSL | 279.31º | 1% | 0.06% | - |
| HSV(B) | 279.31º | 1% | 0.11% | - |
| XYZ | 0.49 | 0.23 | 1.18 | - |
| YUV | 8.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 29 | 0.34 | 1 | 0 | 0.89 | 279.31 | 1 | 0.06 |
| Hex | 13 | 0 | 1D | 22 | 64 | 0 | 59 | 117 | 64 | 6 |
| Octal | 23 | 0 | 35 | 42 | 144 | 0 | 131 | 427 | 144 | 6 |
| Binary | 10011 | 0 | 11101 | 100010 | 1100100 | 0 | 1011001 | 100010111 | 1100100 | 110 |
Color Harmonies of #13001D
Complementary color
Monochromatic Colors of #13001D
Black with #13001D
Text Example
Text Example
White with #13001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13001D; }
p { color: rgb(19,0,29); }
H1.HeaderClassName
{
color: #13001D;
}
.AnyTagClassName
{
color: #13001D;
}
</style>
background-color css
<style>
a { background-color: #13001D; }
a { background-color: rgb(19,0,29); }
div.DivClassName
{
background-color: #13001D;
}
.BgClassName
{
background-color: #13001D;
}
</style>
border-color css
<style>
span { border-color: #13001D; }
span { border-color: rgb(19,0,29); }
td.TdClassName
{
border-color: #13001D;
}
.TagClassName
{
border-color: #13001D;
}
</style>