Shades of Blackcurrant #130236
Tints of Blackcurrant #130236
RGB
CMYK
RGB Variations
Color information
#130236 (or 0x130236) is known color: Blackcurrant. HEX triplet: 13, 02 and 36. RGB value is (19,2,54). Sum of RGB (Red+Green+Blue) = 19+2+54=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #130236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130236 is #ECFDC9. Grayscale: #0C0C0C. Windows color (decimal): -15531466 or 3539475. OLE color: 3539475.
HSL color Cylindrical-coordinate representation of color #130236: hue angle of 259.62º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130236 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 2 | 54 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.79 |
| HSL | 259.62º | 0.93% | 0.11% | - |
| HSV(B) | 259.62º | 0.96% | 0.21% | - |
| XYZ | 0.96 | 0.45 | 3.53 | - |
| YUV | 13.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 54 | 0.65 | 0.96 | 0 | 0.79 | 259.62 | 0.93 | 0.11 |
| Hex | 13 | 2 | 36 | 41 | 60 | 0 | 4F | 104 | 5D | B |
| Octal | 23 | 2 | 66 | 101 | 140 | 0 | 117 | 404 | 135 | 13 |
| Binary | 10011 | 10 | 110110 | 1000001 | 1100000 | 0 | 1001111 | 100000100 | 1011101 | 1011 |
Color Harmonies of #130236
Complementary color
Monochromatic Colors of #130236
Black with #130236
Text Example
Text Example
White with #130236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130236; }
p { color: rgb(19,2,54); }
H1.HeaderClassName
{
color: #130236;
}
.AnyTagClassName
{
color: #130236;
}
</style>
background-color css
<style>
a { background-color: #130236; }
a { background-color: rgb(19,2,54); }
div.DivClassName
{
background-color: #130236;
}
.BgClassName
{
background-color: #130236;
}
</style>
border-color css
<style>
span { border-color: #130236; }
span { border-color: rgb(19,2,54); }
td.TdClassName
{
border-color: #130236;
}
.TagClassName
{
border-color: #130236;
}
</style>