Shades of Blackcurrant #130819
Tints of Blackcurrant #130819
RGB
CMYK
RGB Variations
Color information
#130819 (or 0x130819) is known color: Blackcurrant. HEX triplet: 13, 08 and 19. RGB value is (19,8,25). Sum of RGB (Red+Green+Blue) = 19+8+25=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #130819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130819 is #ECF7E6. Grayscale: #0D0D0D. Windows color (decimal): -15529959 or 1640467. OLE color: 1640467.
HSL color Cylindrical-coordinate representation of color #130819: hue angle of 278.82º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130819 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 8 | 25 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.90 |
| HSL | 278.82º | 0.52% | 0.06% | - |
| HSV(B) | 278.82º | 0.68% | 0.1% | - |
| XYZ | 0.53 | 0.38 | 0.97 | - |
| YUV | 13.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 25 | 0.24 | 0.68 | 0 | 0.90 | 278.82 | 0.52 | 0.06 |
| Hex | 13 | 8 | 19 | 18 | 44 | 0 | 5A | 117 | 34 | 6 |
| Octal | 23 | 10 | 31 | 30 | 104 | 0 | 132 | 427 | 64 | 6 |
| Binary | 10011 | 1000 | 11001 | 11000 | 1000100 | 0 | 1011010 | 100010111 | 110100 | 110 |
Color Harmonies of #130819
Complementary color
Monochromatic Colors of #130819
Black with #130819
Text Example
Text Example
White with #130819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130819; }
p { color: rgb(19,8,25); }
H1.HeaderClassName
{
color: #130819;
}
.AnyTagClassName
{
color: #130819;
}
</style>
background-color css
<style>
a { background-color: #130819; }
a { background-color: rgb(19,8,25); }
div.DivClassName
{
background-color: #130819;
}
.BgClassName
{
background-color: #130819;
}
</style>
border-color css
<style>
span { border-color: #130819; }
span { border-color: rgb(19,8,25); }
td.TdClassName
{
border-color: #130819;
}
.TagClassName
{
border-color: #130819;
}
</style>