Shades of Blackcurrant #130522
Tints of Blackcurrant #130522
RGB
CMYK
RGB Variations
Color information
#130522 (or 0x130522) is known color: Blackcurrant. HEX triplet: 13, 05 and 22. RGB value is (19,5,34). Sum of RGB (Red+Green+Blue) = 19+5+34=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #130522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130522 is #ECFADD. Grayscale: #0C0C0C. Windows color (decimal): -15530718 or 2229523. OLE color: 2229523.
HSL color Cylindrical-coordinate representation of color #130522: hue angle of 268.97º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130522 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 5 | 34 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.87 |
| HSL | 268.97º | 0.74% | 0.08% | - |
| HSV(B) | 268.97º | 0.85% | 0.13% | - |
| XYZ | 0.61 | 0.36 | 1.55 | - |
| YUV | 12.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 34 | 0.44 | 0.85 | 0 | 0.87 | 268.97 | 0.74 | 0.08 |
| Hex | 13 | 5 | 22 | 2C | 55 | 0 | 57 | 10D | 4A | 8 |
| Octal | 23 | 5 | 42 | 54 | 125 | 0 | 127 | 415 | 112 | 10 |
| Binary | 10011 | 101 | 100010 | 101100 | 1010101 | 0 | 1010111 | 100001101 | 1001010 | 1000 |
Color Harmonies of #130522
Complementary color
Monochromatic Colors of #130522
Black with #130522
Text Example
Text Example
White with #130522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130522; }
p { color: rgb(19,5,34); }
H1.HeaderClassName
{
color: #130522;
}
.AnyTagClassName
{
color: #130522;
}
</style>
background-color css
<style>
a { background-color: #130522; }
a { background-color: rgb(19,5,34); }
div.DivClassName
{
background-color: #130522;
}
.BgClassName
{
background-color: #130522;
}
</style>
border-color css
<style>
span { border-color: #130522; }
span { border-color: rgb(19,5,34); }
td.TdClassName
{
border-color: #130522;
}
.TagClassName
{
border-color: #130522;
}
</style>