Shades of Blackcurrant #190C30
Tints of Blackcurrant #190C30
RGB
CMYK
RGB Variations
Color information
#190C30 (or 0x190C30) is known color: Blackcurrant. HEX triplet: 19, 0C and 30. RGB value is (25,12,48). Sum of RGB (Red+Green+Blue) = 25+12+48=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #190C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C30 is #E6F3CF. Grayscale: #131313. Windows color (decimal): -15135696 or 3148825. OLE color: 3148825.
HSL color Cylindrical-coordinate representation of color #190C30: hue angle of 261.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #190C30 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 12 | 48 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.81 |
| HSL | 261.67º | 0.6% | 0.12% | - |
| HSV(B) | 261.67º | 0.75% | 0.19% | - |
| XYZ | 1.07 | 0.68 | 2.87 | - |
| YUV | 19.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 48 | 0.48 | 0.75 | 0 | 0.81 | 261.67 | 0.6 | 0.12 |
| Hex | 19 | C | 30 | 30 | 4B | 0 | 51 | 106 | 3C | C |
| Octal | 31 | 14 | 60 | 60 | 113 | 0 | 121 | 406 | 74 | 14 |
| Binary | 11001 | 1100 | 110000 | 110000 | 1001011 | 0 | 1010001 | 100000110 | 111100 | 1100 |
Color Harmonies of #190C30
Complementary color
Monochromatic Colors of #190C30
Black with #190C30
Text Example
Text Example
White with #190C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C30; }
p { color: rgb(25,12,48); }
H1.HeaderClassName
{
color: #190C30;
}
.AnyTagClassName
{
color: #190C30;
}
</style>
background-color css
<style>
a { background-color: #190C30; }
a { background-color: rgb(25,12,48); }
div.DivClassName
{
background-color: #190C30;
}
.BgClassName
{
background-color: #190C30;
}
</style>
border-color css
<style>
span { border-color: #190C30; }
span { border-color: rgb(25,12,48); }
td.TdClassName
{
border-color: #190C30;
}
.TagClassName
{
border-color: #190C30;
}
</style>