Shades of Blackcurrant #151119
Tints of Blackcurrant #151119
RGB
CMYK
RGB Variations
Color information
#151119 (or 0x151119) is known color: Blackcurrant. HEX triplet: 15, 11 and 19. RGB value is (21,17,25). Sum of RGB (Red+Green+Blue) = 21+17+25=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #151119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151119 is #EAEEE6. Grayscale: #131313. Windows color (decimal): -15396583 or 1642773. OLE color: 1642773.
HSL color Cylindrical-coordinate representation of color #151119: hue angle of 270º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #151119 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 17 | 25 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.90 |
| HSL | 270º | 0.19% | 0.08% | - |
| HSV(B) | 270º | 0.32% | 0.1% | - |
| XYZ | 0.69 | 0.63 | 1.01 | - |
| YUV | 19.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 25 | 0.16 | 0.32 | 0 | 0.90 | 270 | 0.19 | 0.08 |
| Hex | 15 | 11 | 19 | 10 | 20 | 0 | 5A | 10E | 13 | 8 |
| Octal | 25 | 21 | 31 | 20 | 40 | 0 | 132 | 416 | 23 | 10 |
| Binary | 10101 | 10001 | 11001 | 10000 | 100000 | 0 | 1011010 | 100001110 | 10011 | 1000 |
Color Harmonies of #151119
Complementary color
Monochromatic Colors of #151119
Black with #151119
Text Example
Text Example
White with #151119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151119; }
p { color: rgb(21,17,25); }
H1.HeaderClassName
{
color: #151119;
}
.AnyTagClassName
{
color: #151119;
}
</style>
background-color css
<style>
a { background-color: #151119; }
a { background-color: rgb(21,17,25); }
div.DivClassName
{
background-color: #151119;
}
.BgClassName
{
background-color: #151119;
}
</style>
border-color css
<style>
span { border-color: #151119; }
span { border-color: rgb(21,17,25); }
td.TdClassName
{
border-color: #151119;
}
.TagClassName
{
border-color: #151119;
}
</style>