Shades of Blackcurrant #13081A
Tints of Blackcurrant #13081A
RGB
CMYK
RGB Variations
Color information
#13081A (or 0x13081A) is known color: Blackcurrant. HEX triplet: 13, 08 and 1A. RGB value is (19,8,26). Sum of RGB (Red+Green+Blue) = 19+8+26=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #13081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13081A is #ECF7E5. Grayscale: #0D0D0D. Windows color (decimal): -15529958 or 1706003. OLE color: 1706003.
HSL color Cylindrical-coordinate representation of color #13081A: hue angle of 276.67º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13081A is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 8 | 26 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.90 |
| HSL | 276.67º | 0.53% | 0.07% | - |
| HSV(B) | 276.67º | 0.69% | 0.1% | - |
| XYZ | 0.54 | 0.39 | 1.02 | - |
| YUV | 13.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 26 | 0.27 | 0.69 | 0 | 0.90 | 276.67 | 0.53 | 0.07 |
| Hex | 13 | 8 | 1A | 1B | 45 | 0 | 5A | 115 | 35 | 7 |
| Octal | 23 | 10 | 32 | 33 | 105 | 0 | 132 | 425 | 65 | 7 |
| Binary | 10011 | 1000 | 11010 | 11011 | 1000101 | 0 | 1011010 | 100010101 | 110101 | 111 |
Color Harmonies of #13081A
Complementary color
Monochromatic Colors of #13081A
Black with #13081A
Text Example
Text Example
White with #13081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13081A; }
p { color: rgb(19,8,26); }
H1.HeaderClassName
{
color: #13081A;
}
.AnyTagClassName
{
color: #13081A;
}
</style>
background-color css
<style>
a { background-color: #13081A; }
a { background-color: rgb(19,8,26); }
div.DivClassName
{
background-color: #13081A;
}
.BgClassName
{
background-color: #13081A;
}
</style>
border-color css
<style>
span { border-color: #13081A; }
span { border-color: rgb(19,8,26); }
td.TdClassName
{
border-color: #13081A;
}
.TagClassName
{
border-color: #13081A;
}
</style>