Shades of Blackcurrant #130337
Tints of Blackcurrant #130337
RGB
CMYK
RGB Variations
Color information
#130337 (or 0x130337) is known color: Blackcurrant. HEX triplet: 13, 03 and 37. RGB value is (19,3,55). Sum of RGB (Red+Green+Blue) = 19+3+55=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 55 (21.88% from 255 or 71.43% from 77); Max value from RGB is 55 - color contains mainly: blue. Hex color #130337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130337 is #ECFCC8. Grayscale: #0D0D0D. Windows color (decimal): -15531209 or 3605267. OLE color: 3605267.
HSL color Cylindrical-coordinate representation of color #130337: hue angle of 258.46º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130337 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 3 | 55 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.78 |
| HSL | 258.46º | 0.9% | 0.11% | - |
| HSV(B) | 258.46º | 0.95% | 0.22% | - |
| XYZ | 0.99 | 0.48 | 3.65 | - |
| YUV | 13.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 55 | 0.65 | 0.95 | 0 | 0.78 | 258.46 | 0.9 | 0.11 |
| Hex | 13 | 3 | 37 | 41 | 5F | 0 | 4E | 102 | 5A | B |
| Octal | 23 | 3 | 67 | 101 | 137 | 0 | 116 | 402 | 132 | 13 |
| Binary | 10011 | 11 | 110111 | 1000001 | 1011111 | 0 | 1001110 | 100000010 | 1011010 | 1011 |
Color Harmonies of #130337
Complementary color
Monochromatic Colors of #130337
Black with #130337
Text Example
Text Example
White with #130337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130337; }
p { color: rgb(19,3,55); }
H1.HeaderClassName
{
color: #130337;
}
.AnyTagClassName
{
color: #130337;
}
</style>
background-color css
<style>
a { background-color: #130337; }
a { background-color: rgb(19,3,55); }
div.DivClassName
{
background-color: #130337;
}
.BgClassName
{
background-color: #130337;
}
</style>
border-color css
<style>
span { border-color: #130337; }
span { border-color: rgb(19,3,55); }
td.TdClassName
{
border-color: #130337;
}
.TagClassName
{
border-color: #130337;
}
</style>