Shades of Blackcurrant #130024
Tints of Blackcurrant #130024
RGB
CMYK
RGB Variations
Color information
#130024 (or 0x130024) is known color: Blackcurrant. HEX triplet: 13, 00 and 24. RGB value is (19,0,36). Sum of RGB (Red+Green+Blue) = 19+0+36=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #130024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130024 is #ECFFDB. Grayscale: #090909. Windows color (decimal): -15531996 or 2359315. OLE color: 2359315.
HSL color Cylindrical-coordinate representation of color #130024: hue angle of 271.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130024 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 0 | 36 | - |
| CMYK | 0.47 | 1 | 0 | 0.86 |
| HSL | 271.67º | 1% | 0.07% | - |
| HSV(B) | 271.67º | 1% | 0.14% | - |
| XYZ | 0.59 | 0.27 | 1.69 | - |
| YUV | 9.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 36 | 0.47 | 1 | 0 | 0.86 | 271.67 | 1 | 0.07 |
| Hex | 13 | 0 | 24 | 2F | 64 | 0 | 56 | 110 | 64 | 7 |
| Octal | 23 | 0 | 44 | 57 | 144 | 0 | 126 | 420 | 144 | 7 |
| Binary | 10011 | 0 | 100100 | 101111 | 1100100 | 0 | 1010110 | 100010000 | 1100100 | 111 |
Color Harmonies of #130024
Complementary color
Monochromatic Colors of #130024
Black with #130024
Text Example
Text Example
White with #130024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130024; }
p { color: rgb(19,0,36); }
H1.HeaderClassName
{
color: #130024;
}
.AnyTagClassName
{
color: #130024;
}
</style>
background-color css
<style>
a { background-color: #130024; }
a { background-color: rgb(19,0,36); }
div.DivClassName
{
background-color: #130024;
}
.BgClassName
{
background-color: #130024;
}
</style>
border-color css
<style>
span { border-color: #130024; }
span { border-color: rgb(19,0,36); }
td.TdClassName
{
border-color: #130024;
}
.TagClassName
{
border-color: #130024;
}
</style>