Shades of Blackcurrant #130126
Tints of Blackcurrant #130126
RGB
CMYK
RGB Variations
Color information
#130126 (or 0x130126) is known color: Blackcurrant. HEX triplet: 13, 01 and 26. RGB value is (19,1,38). Sum of RGB (Red+Green+Blue) = 19+1+38=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #130126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130126 is #ECFED9. Grayscale: #0A0A0A. Windows color (decimal): -15531738 or 2490643. OLE color: 2490643.
HSL color Cylindrical-coordinate representation of color #130126: hue angle of 269.19º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130126 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 1 | 38 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.85 |
| HSL | 269.19º | 0.95% | 0.08% | - |
| HSV(B) | 269.19º | 0.97% | 0.15% | - |
| XYZ | 0.63 | 0.3 | 1.86 | - |
| YUV | 10.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 38 | 0.50 | 0.97 | 0 | 0.85 | 269.19 | 0.95 | 0.08 |
| Hex | 13 | 1 | 26 | 32 | 61 | 0 | 55 | 10D | 5F | 8 |
| Octal | 23 | 1 | 46 | 62 | 141 | 0 | 125 | 415 | 137 | 10 |
| Binary | 10011 | 1 | 100110 | 110010 | 1100001 | 0 | 1010101 | 100001101 | 1011111 | 1000 |
Color Harmonies of #130126
Complementary color
Monochromatic Colors of #130126
Black with #130126
Text Example
Text Example
White with #130126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130126; }
p { color: rgb(19,1,38); }
H1.HeaderClassName
{
color: #130126;
}
.AnyTagClassName
{
color: #130126;
}
</style>
background-color css
<style>
a { background-color: #130126; }
a { background-color: rgb(19,1,38); }
div.DivClassName
{
background-color: #130126;
}
.BgClassName
{
background-color: #130126;
}
</style>
border-color css
<style>
span { border-color: #130126; }
span { border-color: rgb(19,1,38); }
td.TdClassName
{
border-color: #130126;
}
.TagClassName
{
border-color: #130126;
}
</style>