Shades of Blackcurrant #190C31
Tints of Blackcurrant #190C31
RGB
CMYK
RGB Variations
Color information
#190C31 (or 0x190C31) is known color: Blackcurrant. HEX triplet: 19, 0C and 31. RGB value is (25,12,49). Sum of RGB (Red+Green+Blue) = 25+12+49=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #190C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C31 is #E6F3CE. Grayscale: #131313. Windows color (decimal): -15135695 or 3214361. OLE color: 3214361.
HSL color Cylindrical-coordinate representation of color #190C31: hue angle of 261.08º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #190C31 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 12 | 49 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.81 |
| HSL | 261.08º | 0.61% | 0.12% | - |
| HSV(B) | 261.08º | 0.76% | 0.19% | - |
| XYZ | 1.09 | 0.69 | 2.98 | - |
| YUV | 20.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 49 | 0.49 | 0.76 | 0 | 0.81 | 261.08 | 0.61 | 0.12 |
| Hex | 19 | C | 31 | 31 | 4C | 0 | 51 | 105 | 3D | C |
| Octal | 31 | 14 | 61 | 61 | 114 | 0 | 121 | 405 | 75 | 14 |
| Binary | 11001 | 1100 | 110001 | 110001 | 1001100 | 0 | 1010001 | 100000101 | 111101 | 1100 |
Color Harmonies of #190C31
Complementary color
Monochromatic Colors of #190C31
Black with #190C31
Text Example
Text Example
White with #190C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C31; }
p { color: rgb(25,12,49); }
H1.HeaderClassName
{
color: #190C31;
}
.AnyTagClassName
{
color: #190C31;
}
</style>
background-color css
<style>
a { background-color: #190C31; }
a { background-color: rgb(25,12,49); }
div.DivClassName
{
background-color: #190C31;
}
.BgClassName
{
background-color: #190C31;
}
</style>
border-color css
<style>
span { border-color: #190C31; }
span { border-color: rgb(25,12,49); }
td.TdClassName
{
border-color: #190C31;
}
.TagClassName
{
border-color: #190C31;
}
</style>