Shades of Blackcurrant #130917
Tints of Blackcurrant #130917
RGB
CMYK
RGB Variations
Color information
#130917 (or 0x130917) is known color: Blackcurrant. HEX triplet: 13, 09 and 17. RGB value is (19,9,23). Sum of RGB (Red+Green+Blue) = 19+9+23=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #130917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130917 is #ECF6E8. Grayscale: #0D0D0D. Windows color (decimal): -15529705 or 1509651. OLE color: 1509651.
HSL color Cylindrical-coordinate representation of color #130917: hue angle of 282.86º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #130917 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 9 | 23 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.91 |
| HSL | 282.86º | 0.44% | 0.06% | - |
| HSV(B) | 282.86º | 0.61% | 0.09% | - |
| XYZ | 0.52 | 0.4 | 0.86 | - |
| YUV | 13.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 23 | 0.17 | 0.61 | 0 | 0.91 | 282.86 | 0.44 | 0.06 |
| Hex | 13 | 9 | 17 | 11 | 3D | 0 | 5B | 11B | 2C | 6 |
| Octal | 23 | 11 | 27 | 21 | 75 | 0 | 133 | 433 | 54 | 6 |
| Binary | 10011 | 1001 | 10111 | 10001 | 111101 | 0 | 1011011 | 100011011 | 101100 | 110 |
Color Harmonies of #130917
Complementary color
Monochromatic Colors of #130917
Black with #130917
Text Example
Text Example
White with #130917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130917; }
p { color: rgb(19,9,23); }
H1.HeaderClassName
{
color: #130917;
}
.AnyTagClassName
{
color: #130917;
}
</style>
background-color css
<style>
a { background-color: #130917; }
a { background-color: rgb(19,9,23); }
div.DivClassName
{
background-color: #130917;
}
.BgClassName
{
background-color: #130917;
}
</style>
border-color css
<style>
span { border-color: #130917; }
span { border-color: rgb(19,9,23); }
td.TdClassName
{
border-color: #130917;
}
.TagClassName
{
border-color: #130917;
}
</style>