Shades of Blackcurrant #130C1D
Tints of Blackcurrant #130C1D
RGB
CMYK
RGB Variations
Color information
#130C1D (or 0x130C1D) is known color: Blackcurrant. HEX triplet: 13, 0C and 1D. RGB value is (19,12,29). Sum of RGB (Red+Green+Blue) = 19+12+29=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #130C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C1D is #ECF3E2. Grayscale: #0F0F0F. Windows color (decimal): -15528931 or 1903635. OLE color: 1903635.
HSL color Cylindrical-coordinate representation of color #130C1D: hue angle of 264.71º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #130C1D is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 12 | 29 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.89 |
| HSL | 264.71º | 0.41% | 0.08% | - |
| HSV(B) | 264.71º | 0.59% | 0.11% | - |
| XYZ | 0.62 | 0.49 | 1.22 | - |
| YUV | 16.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 29 | 0.34 | 0.59 | 0 | 0.89 | 264.71 | 0.41 | 0.08 |
| Hex | 13 | C | 1D | 22 | 3B | 0 | 59 | 109 | 29 | 8 |
| Octal | 23 | 14 | 35 | 42 | 73 | 0 | 131 | 411 | 51 | 10 |
| Binary | 10011 | 1100 | 11101 | 100010 | 111011 | 0 | 1011001 | 100001001 | 101001 | 1000 |
Color Harmonies of #130C1D
Complementary color
Monochromatic Colors of #130C1D
Black with #130C1D
Text Example
Text Example
White with #130C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C1D; }
p { color: rgb(19,12,29); }
H1.HeaderClassName
{
color: #130C1D;
}
.AnyTagClassName
{
color: #130C1D;
}
</style>
background-color css
<style>
a { background-color: #130C1D; }
a { background-color: rgb(19,12,29); }
div.DivClassName
{
background-color: #130C1D;
}
.BgClassName
{
background-color: #130C1D;
}
</style>
border-color css
<style>
span { border-color: #130C1D; }
span { border-color: rgb(19,12,29); }
td.TdClassName
{
border-color: #130C1D;
}
.TagClassName
{
border-color: #130C1D;
}
</style>