Shades of Blackcurrant #130037
Tints of Blackcurrant #130037
RGB
CMYK
RGB Variations
Color information
#130037 (or 0x130037) is known color: Blackcurrant. HEX triplet: 13, 00 and 37. RGB value is (19,0,55). Sum of RGB (Red+Green+Blue) = 19+0+55=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 55 (21.88% from 255 or 74.32% from 74); Max value from RGB is 55 - color contains mainly: blue. Hex color #130037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130037 is #ECFFC8. Grayscale: #0B0B0B. Windows color (decimal): -15531977 or 3604499. OLE color: 3604499.
HSL color Cylindrical-coordinate representation of color #130037: hue angle of 260.73º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130037 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 0 | 55 | - |
| CMYK | 0.65 | 1 | 0 | 0.78 |
| HSL | 260.73º | 1% | 0.11% | - |
| HSV(B) | 260.73º | 1% | 0.22% | - |
| XYZ | 0.96 | 0.41 | 3.64 | - |
| YUV | 11.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 55 | 0.65 | 1 | 0 | 0.78 | 260.73 | 1 | 0.11 |
| Hex | 13 | 0 | 37 | 41 | 64 | 0 | 4E | 105 | 64 | B |
| Octal | 23 | 0 | 67 | 101 | 144 | 0 | 116 | 405 | 144 | 13 |
| Binary | 10011 | 0 | 110111 | 1000001 | 1100100 | 0 | 1001110 | 100000101 | 1100100 | 1011 |
Color Harmonies of #130037
Complementary color
Monochromatic Colors of #130037
Black with #130037
Text Example
Text Example
White with #130037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130037; }
p { color: rgb(19,0,55); }
H1.HeaderClassName
{
color: #130037;
}
.AnyTagClassName
{
color: #130037;
}
</style>
background-color css
<style>
a { background-color: #130037; }
a { background-color: rgb(19,0,55); }
div.DivClassName
{
background-color: #130037;
}
.BgClassName
{
background-color: #130037;
}
</style>
border-color css
<style>
span { border-color: #130037; }
span { border-color: rgb(19,0,55); }
td.TdClassName
{
border-color: #130037;
}
.TagClassName
{
border-color: #130037;
}
</style>