Shades of Blackcurrant #130327
Tints of Blackcurrant #130327
RGB
CMYK
RGB Variations
Color information
#130327 (or 0x130327) is known color: Blackcurrant. HEX triplet: 13, 03 and 27. RGB value is (19,3,39). Sum of RGB (Red+Green+Blue) = 19+3+39=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #130327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130327 is #ECFCD8. Grayscale: #0B0B0B. Windows color (decimal): -15531225 or 2556691. OLE color: 2556691.
HSL color Cylindrical-coordinate representation of color #130327: hue angle of 266.67º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130327 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 3 | 39 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.85 |
| HSL | 266.67º | 0.86% | 0.08% | - |
| HSV(B) | 266.67º | 0.92% | 0.15% | - |
| XYZ | 0.67 | 0.35 | 1.95 | - |
| YUV | 11.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 39 | 0.51 | 0.92 | 0 | 0.85 | 266.67 | 0.86 | 0.08 |
| Hex | 13 | 3 | 27 | 33 | 5C | 0 | 55 | 10B | 56 | 8 |
| Octal | 23 | 3 | 47 | 63 | 134 | 0 | 125 | 413 | 126 | 10 |
| Binary | 10011 | 11 | 100111 | 110011 | 1011100 | 0 | 1010101 | 100001011 | 1010110 | 1000 |
Color Harmonies of #130327
Complementary color
Monochromatic Colors of #130327
Black with #130327
Text Example
Text Example
White with #130327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130327; }
p { color: rgb(19,3,39); }
H1.HeaderClassName
{
color: #130327;
}
.AnyTagClassName
{
color: #130327;
}
</style>
background-color css
<style>
a { background-color: #130327; }
a { background-color: rgb(19,3,39); }
div.DivClassName
{
background-color: #130327;
}
.BgClassName
{
background-color: #130327;
}
</style>
border-color css
<style>
span { border-color: #130327; }
span { border-color: rgb(19,3,39); }
td.TdClassName
{
border-color: #130327;
}
.TagClassName
{
border-color: #130327;
}
</style>