Shades of Blackcurrant #130336
Tints of Blackcurrant #130336
RGB
CMYK
RGB Variations
Color information
#130336 (or 0x130336) is known color: Blackcurrant. HEX triplet: 13, 03 and 36. RGB value is (19,3,54). Sum of RGB (Red+Green+Blue) = 19+3+54=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #130336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130336 is #ECFCC9. Grayscale: #0D0D0D. Windows color (decimal): -15531210 or 3539731. OLE color: 3539731.
HSL color Cylindrical-coordinate representation of color #130336: hue angle of 258.82º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130336 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 3 | 54 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.79 |
| HSL | 258.82º | 0.89% | 0.11% | - |
| HSV(B) | 258.82º | 0.94% | 0.21% | - |
| XYZ | 0.97 | 0.47 | 3.53 | - |
| YUV | 13.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 54 | 0.65 | 0.94 | 0 | 0.79 | 258.82 | 0.89 | 0.11 |
| Hex | 13 | 3 | 36 | 41 | 5E | 0 | 4F | 103 | 59 | B |
| Octal | 23 | 3 | 66 | 101 | 136 | 0 | 117 | 403 | 131 | 13 |
| Binary | 10011 | 11 | 110110 | 1000001 | 1011110 | 0 | 1001111 | 100000011 | 1011001 | 1011 |
Color Harmonies of #130336
Complementary color
Monochromatic Colors of #130336
Black with #130336
Text Example
Text Example
White with #130336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130336; }
p { color: rgb(19,3,54); }
H1.HeaderClassName
{
color: #130336;
}
.AnyTagClassName
{
color: #130336;
}
</style>
background-color css
<style>
a { background-color: #130336; }
a { background-color: rgb(19,3,54); }
div.DivClassName
{
background-color: #130336;
}
.BgClassName
{
background-color: #130336;
}
</style>
border-color css
<style>
span { border-color: #130336; }
span { border-color: rgb(19,3,54); }
td.TdClassName
{
border-color: #130336;
}
.TagClassName
{
border-color: #130336;
}
</style>