Shades of Blackcurrant #130820
Tints of Blackcurrant #130820
RGB
CMYK
RGB Variations
Color information
#130820 (or 0x130820) is known color: Blackcurrant. HEX triplet: 13, 08 and 20. RGB value is (19,8,32). Sum of RGB (Red+Green+Blue) = 19+8+32=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #130820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130820 is #ECF7DF. Grayscale: #0D0D0D. Windows color (decimal): -15529952 or 2099219. OLE color: 2099219.
HSL color Cylindrical-coordinate representation of color #130820: hue angle of 267.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130820 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 8 | 32 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.87 |
| HSL | 267.5º | 0.6% | 0.08% | - |
| HSV(B) | 267.5º | 0.75% | 0.13% | - |
| XYZ | 0.62 | 0.42 | 1.41 | - |
| YUV | 14.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 32 | 0.41 | 0.75 | 0 | 0.87 | 267.5 | 0.6 | 0.08 |
| Hex | 13 | 8 | 20 | 29 | 4B | 0 | 57 | 10C | 3C | 8 |
| Octal | 23 | 10 | 40 | 51 | 113 | 0 | 127 | 414 | 74 | 10 |
| Binary | 10011 | 1000 | 100000 | 101001 | 1001011 | 0 | 1010111 | 100001100 | 111100 | 1000 |
Color Harmonies of #130820
Complementary color
Monochromatic Colors of #130820
Black with #130820
Text Example
Text Example
White with #130820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130820; }
p { color: rgb(19,8,32); }
H1.HeaderClassName
{
color: #130820;
}
.AnyTagClassName
{
color: #130820;
}
</style>
background-color css
<style>
a { background-color: #130820; }
a { background-color: rgb(19,8,32); }
div.DivClassName
{
background-color: #130820;
}
.BgClassName
{
background-color: #130820;
}
</style>
border-color css
<style>
span { border-color: #130820; }
span { border-color: rgb(19,8,32); }
td.TdClassName
{
border-color: #130820;
}
.TagClassName
{
border-color: #130820;
}
</style>