Shades of Blackcurrant #130A23
Tints of Blackcurrant #130A23
RGB
CMYK
RGB Variations
Color information
#130A23 (or 0x130A23) is known color: Blackcurrant. HEX triplet: 13, 0A and 23. RGB value is (19,10,35). Sum of RGB (Red+Green+Blue) = 19+10+35=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #130A23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A23 is #ECF5DC. Grayscale: #0F0F0F. Windows color (decimal): -15529437 or 2296339. OLE color: 2296339.
HSL color Cylindrical-coordinate representation of color #130A23: hue angle of 261.6º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #130A23 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 10 | 35 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.86 |
| HSL | 261.6º | 0.56% | 0.09% | - |
| HSV(B) | 261.6º | 0.71% | 0.14% | - |
| XYZ | 0.68 | 0.48 | 1.65 | - |
| YUV | 15.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 35 | 0.46 | 0.71 | 0 | 0.86 | 261.6 | 0.56 | 0.09 |
| Hex | 13 | A | 23 | 2E | 47 | 0 | 56 | 106 | 38 | 9 |
| Octal | 23 | 12 | 43 | 56 | 107 | 0 | 126 | 406 | 70 | 11 |
| Binary | 10011 | 1010 | 100011 | 101110 | 1000111 | 0 | 1010110 | 100000110 | 111000 | 1001 |
Color Harmonies of #130A23
Complementary color
Monochromatic Colors of #130A23
Black with #130A23
Text Example
Text Example
White with #130A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A23; }
p { color: rgb(19,10,35); }
H1.HeaderClassName
{
color: #130A23;
}
.AnyTagClassName
{
color: #130A23;
}
</style>
background-color css
<style>
a { background-color: #130A23; }
a { background-color: rgb(19,10,35); }
div.DivClassName
{
background-color: #130A23;
}
.BgClassName
{
background-color: #130A23;
}
</style>
border-color css
<style>
span { border-color: #130A23; }
span { border-color: rgb(19,10,35); }
td.TdClassName
{
border-color: #130A23;
}
.TagClassName
{
border-color: #130A23;
}
</style>