Shades of Blackcurrant #130422
Tints of Blackcurrant #130422
RGB
CMYK
RGB Variations
Color information
#130422 (or 0x130422) is known color: Blackcurrant. HEX triplet: 13, 04 and 22. RGB value is (19,4,34). Sum of RGB (Red+Green+Blue) = 19+4+34=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 34 (13.67% from 255 or 59.65% from 57); Max value from RGB is 34 - color contains mainly: blue. Hex color #130422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130422 is #ECFBDD. Grayscale: #0B0B0B. Windows color (decimal): -15530974 or 2229267. OLE color: 2229267.
HSL color Cylindrical-coordinate representation of color #130422: hue angle of 270º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130422 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 4 | 34 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.87 |
| HSL | 270º | 0.79% | 0.07% | - |
| HSV(B) | 270º | 0.88% | 0.13% | - |
| XYZ | 0.6 | 0.34 | 1.55 | - |
| YUV | 11.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 34 | 0.44 | 0.88 | 0 | 0.87 | 270 | 0.79 | 0.07 |
| Hex | 13 | 4 | 22 | 2C | 58 | 0 | 57 | 10E | 4F | 7 |
| Octal | 23 | 4 | 42 | 54 | 130 | 0 | 127 | 416 | 117 | 7 |
| Binary | 10011 | 100 | 100010 | 101100 | 1011000 | 0 | 1010111 | 100001110 | 1001111 | 111 |
Color Harmonies of #130422
Complementary color
Monochromatic Colors of #130422
Black with #130422
Text Example
Text Example
White with #130422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130422; }
p { color: rgb(19,4,34); }
H1.HeaderClassName
{
color: #130422;
}
.AnyTagClassName
{
color: #130422;
}
</style>
background-color css
<style>
a { background-color: #130422; }
a { background-color: rgb(19,4,34); }
div.DivClassName
{
background-color: #130422;
}
.BgClassName
{
background-color: #130422;
}
</style>
border-color css
<style>
span { border-color: #130422; }
span { border-color: rgb(19,4,34); }
td.TdClassName
{
border-color: #130422;
}
.TagClassName
{
border-color: #130422;
}
</style>