Shades of Blackcurrant #13081E
Tints of Blackcurrant #13081E
RGB
CMYK
RGB Variations
Color information
#13081E (or 0x13081E) is known color: Blackcurrant. HEX triplet: 13, 08 and 1E. RGB value is (19,8,30). Sum of RGB (Red+Green+Blue) = 19+8+30=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #13081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13081E is #ECF7E1. Grayscale: #0D0D0D. Windows color (decimal): -15529954 or 1968147. OLE color: 1968147.
HSL color Cylindrical-coordinate representation of color #13081E: hue angle of 270º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13081E is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 8 | 30 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.88 |
| HSL | 270º | 0.58% | 0.07% | - |
| HSV(B) | 270º | 0.73% | 0.12% | - |
| XYZ | 0.59 | 0.41 | 1.28 | - |
| YUV | 13.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 30 | 0.37 | 0.73 | 0 | 0.88 | 270 | 0.58 | 0.07 |
| Hex | 13 | 8 | 1E | 25 | 49 | 0 | 58 | 10E | 3A | 7 |
| Octal | 23 | 10 | 36 | 45 | 111 | 0 | 130 | 416 | 72 | 7 |
| Binary | 10011 | 1000 | 11110 | 100101 | 1001001 | 0 | 1011000 | 100001110 | 111010 | 111 |
Color Harmonies of #13081E
Complementary color
Monochromatic Colors of #13081E
Black with #13081E
Text Example
Text Example
White with #13081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13081E; }
p { color: rgb(19,8,30); }
H1.HeaderClassName
{
color: #13081E;
}
.AnyTagClassName
{
color: #13081E;
}
</style>
background-color css
<style>
a { background-color: #13081E; }
a { background-color: rgb(19,8,30); }
div.DivClassName
{
background-color: #13081E;
}
.BgClassName
{
background-color: #13081E;
}
</style>
border-color css
<style>
span { border-color: #13081E; }
span { border-color: rgb(19,8,30); }
td.TdClassName
{
border-color: #13081E;
}
.TagClassName
{
border-color: #13081E;
}
</style>