Shades of Blackcurrant #130124
Tints of Blackcurrant #130124
RGB
CMYK
RGB Variations
Color information
#130124 (or 0x130124) is known color: Blackcurrant. HEX triplet: 13, 01 and 24. RGB value is (19,1,36). Sum of RGB (Red+Green+Blue) = 19+1+36=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #130124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130124 is #ECFEDB. Grayscale: #0A0A0A. Windows color (decimal): -15531740 or 2359571. OLE color: 2359571.
HSL color Cylindrical-coordinate representation of color #130124: hue angle of 270.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130124 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 1 | 36 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.86 |
| HSL | 270.86º | 0.95% | 0.07% | - |
| HSV(B) | 270.86º | 0.97% | 0.14% | - |
| XYZ | 0.6 | 0.29 | 1.69 | - |
| YUV | 10.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 36 | 0.47 | 0.97 | 0 | 0.86 | 270.86 | 0.95 | 0.07 |
| Hex | 13 | 1 | 24 | 2F | 61 | 0 | 56 | 10F | 5F | 7 |
| Octal | 23 | 1 | 44 | 57 | 141 | 0 | 126 | 417 | 137 | 7 |
| Binary | 10011 | 1 | 100100 | 101111 | 1100001 | 0 | 1010110 | 100001111 | 1011111 | 111 |
Color Harmonies of #130124
Complementary color
Monochromatic Colors of #130124
Black with #130124
Text Example
Text Example
White with #130124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130124; }
p { color: rgb(19,1,36); }
H1.HeaderClassName
{
color: #130124;
}
.AnyTagClassName
{
color: #130124;
}
</style>
background-color css
<style>
a { background-color: #130124; }
a { background-color: rgb(19,1,36); }
div.DivClassName
{
background-color: #130124;
}
.BgClassName
{
background-color: #130124;
}
</style>
border-color css
<style>
span { border-color: #130124; }
span { border-color: rgb(19,1,36); }
td.TdClassName
{
border-color: #130124;
}
.TagClassName
{
border-color: #130124;
}
</style>