Shades of Blackcurrant #130A17
Tints of Blackcurrant #130A17
RGB
CMYK
RGB Variations
Color information
#130A17 (or 0x130A17) is known color: Blackcurrant. HEX triplet: 13, 0A and 17. RGB value is (19,10,23). Sum of RGB (Red+Green+Blue) = 19+10+23=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #130A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A17 is #ECF5E8. Grayscale: #0E0E0E. Windows color (decimal): -15529449 or 1509907. OLE color: 1509907.
HSL color Cylindrical-coordinate representation of color #130A17: hue angle of 281.54º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #130A17 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 10 | 23 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.91 |
| HSL | 281.54º | 0.39% | 0.06% | - |
| HSV(B) | 281.54º | 0.57% | 0.09% | - |
| XYZ | 0.53 | 0.42 | 0.86 | - |
| YUV | 14.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 23 | 0.17 | 0.57 | 0 | 0.91 | 281.54 | 0.39 | 0.06 |
| Hex | 13 | A | 17 | 11 | 39 | 0 | 5B | 11A | 27 | 6 |
| Octal | 23 | 12 | 27 | 21 | 71 | 0 | 133 | 432 | 47 | 6 |
| Binary | 10011 | 1010 | 10111 | 10001 | 111001 | 0 | 1011011 | 100011010 | 100111 | 110 |
Color Harmonies of #130A17
Complementary color
Monochromatic Colors of #130A17
Black with #130A17
Text Example
Text Example
White with #130A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A17; }
p { color: rgb(19,10,23); }
H1.HeaderClassName
{
color: #130A17;
}
.AnyTagClassName
{
color: #130A17;
}
</style>
background-color css
<style>
a { background-color: #130A17; }
a { background-color: rgb(19,10,23); }
div.DivClassName
{
background-color: #130A17;
}
.BgClassName
{
background-color: #130A17;
}
</style>
border-color css
<style>
span { border-color: #130A17; }
span { border-color: rgb(19,10,23); }
td.TdClassName
{
border-color: #130A17;
}
.TagClassName
{
border-color: #130A17;
}
</style>