Shades of Blackcurrant #28192E
Tints of Blackcurrant #28192E
RGB
CMYK
RGB Variations
Color information
#28192E (or 0x28192E) is known color: Blackcurrant. HEX triplet: 28, 19 and 2E. RGB value is (40,25,46). Sum of RGB (Red+Green+Blue) = 40+25+46=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #28192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28192E is #D7E6D1. Grayscale: #1F1F1F. Windows color (decimal): -14149330 or 3021096. OLE color: 3021096.
HSL color Cylindrical-coordinate representation of color #28192E: hue angle of 282.86º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28192E is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 25 | 46 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.82 |
| HSL | 282.86º | 0.3% | 0.14% | - |
| HSV(B) | 282.86º | 0.46% | 0.18% | - |
| XYZ | 1.72 | 1.34 | 2.75 | - |
| YUV | 31.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 46 | 0.13 | 0.46 | 0 | 0.82 | 282.86 | 0.3 | 0.14 |
| Hex | 28 | 19 | 2E | D | 2E | 0 | 52 | 11B | 1E | E |
| Octal | 50 | 31 | 56 | 15 | 56 | 0 | 122 | 433 | 36 | 16 |
| Binary | 101000 | 11001 | 101110 | 1101 | 101110 | 0 | 1010010 | 100011011 | 11110 | 1110 |
Color Harmonies of #28192E
Complementary color
Monochromatic Colors of #28192E
Black with #28192E
Text Example
Text Example
White with #28192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28192E; }
p { color: rgb(40,25,46); }
H1.HeaderClassName
{
color: #28192E;
}
.AnyTagClassName
{
color: #28192E;
}
</style>
background-color css
<style>
a { background-color: #28192E; }
a { background-color: rgb(40,25,46); }
div.DivClassName
{
background-color: #28192E;
}
.BgClassName
{
background-color: #28192E;
}
</style>
border-color css
<style>
span { border-color: #28192E; }
span { border-color: rgb(40,25,46); }
td.TdClassName
{
border-color: #28192E;
}
.TagClassName
{
border-color: #28192E;
}
</style>