Shades of Blackcurrant #130A1F
Tints of Blackcurrant #130A1F
RGB
CMYK
RGB Variations
Color information
#130A1F (or 0x130A1F) is known color: Blackcurrant. HEX triplet: 13, 0A and 1F. RGB value is (19,10,31). Sum of RGB (Red+Green+Blue) = 19+10+31=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #130A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A1F is #ECF5E0. Grayscale: #0F0F0F. Windows color (decimal): -15529441 or 2034195. OLE color: 2034195.
HSL color Cylindrical-coordinate representation of color #130A1F: hue angle of 265.71º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130A1F is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 10 | 31 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.88 |
| HSL | 265.71º | 0.51% | 0.08% | - |
| HSV(B) | 265.71º | 0.68% | 0.12% | - |
| XYZ | 0.62 | 0.45 | 1.35 | - |
| YUV | 15.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 31 | 0.39 | 0.68 | 0 | 0.88 | 265.71 | 0.51 | 0.08 |
| Hex | 13 | A | 1F | 27 | 44 | 0 | 58 | 10A | 33 | 8 |
| Octal | 23 | 12 | 37 | 47 | 104 | 0 | 130 | 412 | 63 | 10 |
| Binary | 10011 | 1010 | 11111 | 100111 | 1000100 | 0 | 1011000 | 100001010 | 110011 | 1000 |
Color Harmonies of #130A1F
Complementary color
Monochromatic Colors of #130A1F
Black with #130A1F
Text Example
Text Example
White with #130A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A1F; }
p { color: rgb(19,10,31); }
H1.HeaderClassName
{
color: #130A1F;
}
.AnyTagClassName
{
color: #130A1F;
}
</style>
background-color css
<style>
a { background-color: #130A1F; }
a { background-color: rgb(19,10,31); }
div.DivClassName
{
background-color: #130A1F;
}
.BgClassName
{
background-color: #130A1F;
}
</style>
border-color css
<style>
span { border-color: #130A1F; }
span { border-color: rgb(19,10,31); }
td.TdClassName
{
border-color: #130A1F;
}
.TagClassName
{
border-color: #130A1F;
}
</style>