Shades of Blackcurrant #130222
Tints of Blackcurrant #130222
RGB
CMYK
RGB Variations
Color information
#130222 (or 0x130222) is known color: Blackcurrant. HEX triplet: 13, 02 and 22. RGB value is (19,2,34). Sum of RGB (Red+Green+Blue) = 19+2+34=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 34 (13.67% from 255 or 61.82% from 55); Max value from RGB is 34 - color contains mainly: blue. Hex color #130222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130222 is #ECFDDD. Grayscale: #0A0A0A. Windows color (decimal): -15531486 or 2228755. OLE color: 2228755.
HSL color Cylindrical-coordinate representation of color #130222: hue angle of 271.88º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130222 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 2 | 34 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.87 |
| HSL | 271.88º | 0.89% | 0.07% | - |
| HSV(B) | 271.88º | 0.94% | 0.13% | - |
| XYZ | 0.58 | 0.3 | 1.54 | - |
| YUV | 10.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 34 | 0.44 | 0.94 | 0 | 0.87 | 271.88 | 0.89 | 0.07 |
| Hex | 13 | 2 | 22 | 2C | 5E | 0 | 57 | 110 | 59 | 7 |
| Octal | 23 | 2 | 42 | 54 | 136 | 0 | 127 | 420 | 131 | 7 |
| Binary | 10011 | 10 | 100010 | 101100 | 1011110 | 0 | 1010111 | 100010000 | 1011001 | 111 |
Color Harmonies of #130222
Complementary color
Monochromatic Colors of #130222
Black with #130222
Text Example
Text Example
White with #130222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130222; }
p { color: rgb(19,2,34); }
H1.HeaderClassName
{
color: #130222;
}
.AnyTagClassName
{
color: #130222;
}
</style>
background-color css
<style>
a { background-color: #130222; }
a { background-color: rgb(19,2,34); }
div.DivClassName
{
background-color: #130222;
}
.BgClassName
{
background-color: #130222;
}
</style>
border-color css
<style>
span { border-color: #130222; }
span { border-color: rgb(19,2,34); }
td.TdClassName
{
border-color: #130222;
}
.TagClassName
{
border-color: #130222;
}
</style>