Shades of Blackcurrant #13081D
Tints of Blackcurrant #13081D
RGB
CMYK
RGB Variations
Color information
#13081D (or 0x13081D) is known color: Blackcurrant. HEX triplet: 13, 08 and 1D. RGB value is (19,8,29). Sum of RGB (Red+Green+Blue) = 19+8+29=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #13081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13081D is #ECF7E2. Grayscale: #0D0D0D. Windows color (decimal): -15529955 or 1902611. OLE color: 1902611.
HSL color Cylindrical-coordinate representation of color #13081D: hue angle of 271.43º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13081D is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 8 | 29 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.89 |
| HSL | 271.43º | 0.57% | 0.07% | - |
| HSV(B) | 271.43º | 0.72% | 0.11% | - |
| XYZ | 0.58 | 0.4 | 1.21 | - |
| YUV | 13.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 29 | 0.34 | 0.72 | 0 | 0.89 | 271.43 | 0.57 | 0.07 |
| Hex | 13 | 8 | 1D | 22 | 48 | 0 | 59 | 10F | 39 | 7 |
| Octal | 23 | 10 | 35 | 42 | 110 | 0 | 131 | 417 | 71 | 7 |
| Binary | 10011 | 1000 | 11101 | 100010 | 1001000 | 0 | 1011001 | 100001111 | 111001 | 111 |
Color Harmonies of #13081D
Complementary color
Monochromatic Colors of #13081D
Black with #13081D
Text Example
Text Example
White with #13081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13081D; }
p { color: rgb(19,8,29); }
H1.HeaderClassName
{
color: #13081D;
}
.AnyTagClassName
{
color: #13081D;
}
</style>
background-color css
<style>
a { background-color: #13081D; }
a { background-color: rgb(19,8,29); }
div.DivClassName
{
background-color: #13081D;
}
.BgClassName
{
background-color: #13081D;
}
</style>
border-color css
<style>
span { border-color: #13081D; }
span { border-color: rgb(19,8,29); }
td.TdClassName
{
border-color: #13081D;
}
.TagClassName
{
border-color: #13081D;
}
</style>