Shades of Blackcurrant #191127
Tints of Blackcurrant #191127
RGB
CMYK
RGB Variations
Color information
#191127 (or 0x191127) is known color: Blackcurrant. HEX triplet: 19, 11 and 27. RGB value is (25,17,39). Sum of RGB (Red+Green+Blue) = 25+17+39=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #191127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191127 is #E6EED8. Grayscale: #151515. Windows color (decimal): -15134425 or 2560281. OLE color: 2560281.
HSL color Cylindrical-coordinate representation of color #191127: hue angle of 261.82º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #191127 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 17 | 39 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.85 |
| HSL | 261.82º | 0.39% | 0.11% | - |
| HSV(B) | 261.82º | 0.56% | 0.15% | - |
| XYZ | 0.97 | 0.75 | 2.01 | - |
| YUV | 21.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 39 | 0.36 | 0.56 | 0 | 0.85 | 261.82 | 0.39 | 0.11 |
| Hex | 19 | 11 | 27 | 24 | 38 | 0 | 55 | 106 | 27 | B |
| Octal | 31 | 21 | 47 | 44 | 70 | 0 | 125 | 406 | 47 | 13 |
| Binary | 11001 | 10001 | 100111 | 100100 | 111000 | 0 | 1010101 | 100000110 | 100111 | 1011 |
Color Harmonies of #191127
Complementary color
Monochromatic Colors of #191127
Black with #191127
Text Example
Text Example
White with #191127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191127; }
p { color: rgb(25,17,39); }
H1.HeaderClassName
{
color: #191127;
}
.AnyTagClassName
{
color: #191127;
}
</style>
background-color css
<style>
a { background-color: #191127; }
a { background-color: rgb(25,17,39); }
div.DivClassName
{
background-color: #191127;
}
.BgClassName
{
background-color: #191127;
}
</style>
border-color css
<style>
span { border-color: #191127; }
span { border-color: rgb(25,17,39); }
td.TdClassName
{
border-color: #191127;
}
.TagClassName
{
border-color: #191127;
}
</style>