Shades of Blackcurrant #130317
Tints of Blackcurrant #130317
RGB
CMYK
RGB Variations
Color information
#130317 (or 0x130317) is known color: Blackcurrant. HEX triplet: 13, 03 and 17. RGB value is (19,3,23). Sum of RGB (Red+Green+Blue) = 19+3+23=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #130317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130317 is #ECFCE8. Grayscale: #0A0A0A. Windows color (decimal): -15531241 or 1508115. OLE color: 1508115.
HSL color Cylindrical-coordinate representation of color #130317: hue angle of 288º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #130317 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 3 | 23 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.91 |
| HSL | 288º | 0.77% | 0.05% | - |
| HSV(B) | 288º | 0.87% | 0.09% | - |
| XYZ | 0.46 | 0.27 | 0.84 | - |
| YUV | 10.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 23 | 0.17 | 0.87 | 0 | 0.91 | 288 | 0.77 | 0.05 |
| Hex | 13 | 3 | 17 | 11 | 57 | 0 | 5B | 120 | 4D | 5 |
| Octal | 23 | 3 | 27 | 21 | 127 | 0 | 133 | 440 | 115 | 5 |
| Binary | 10011 | 11 | 10111 | 10001 | 1010111 | 0 | 1011011 | 100100000 | 1001101 | 101 |
Color Harmonies of #130317
Complementary color
Monochromatic Colors of #130317
Black with #130317
Text Example
Text Example
White with #130317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130317; }
p { color: rgb(19,3,23); }
H1.HeaderClassName
{
color: #130317;
}
.AnyTagClassName
{
color: #130317;
}
</style>
background-color css
<style>
a { background-color: #130317; }
a { background-color: rgb(19,3,23); }
div.DivClassName
{
background-color: #130317;
}
.BgClassName
{
background-color: #130317;
}
</style>
border-color css
<style>
span { border-color: #130317; }
span { border-color: rgb(19,3,23); }
td.TdClassName
{
border-color: #130317;
}
.TagClassName
{
border-color: #130317;
}
</style>