Shades of Blackcurrant #28192D
Tints of Blackcurrant #28192D
RGB
CMYK
RGB Variations
Color information
#28192D (or 0x28192D) is known color: Blackcurrant. HEX triplet: 28, 19 and 2D. RGB value is (40,25,45). Sum of RGB (Red+Green+Blue) = 40+25+45=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #28192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28192D is #D7E6D2. Grayscale: #1F1F1F. Windows color (decimal): -14149331 or 2955560. OLE color: 2955560.
HSL color Cylindrical-coordinate representation of color #28192D: hue angle of 285º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28192D is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 25 | 45 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.82 |
| HSL | 285º | 0.29% | 0.14% | - |
| HSV(B) | 285º | 0.44% | 0.18% | - |
| XYZ | 1.7 | 1.34 | 2.65 | - |
| YUV | 31.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 45 | 0.11 | 0.44 | 0 | 0.82 | 285 | 0.29 | 0.14 |
| Hex | 28 | 19 | 2D | B | 2C | 0 | 52 | 11D | 1D | E |
| Octal | 50 | 31 | 55 | 13 | 54 | 0 | 122 | 435 | 35 | 16 |
| Binary | 101000 | 11001 | 101101 | 1011 | 101100 | 0 | 1010010 | 100011101 | 11101 | 1110 |
Color Harmonies of #28192D
Complementary color
Monochromatic Colors of #28192D
Black with #28192D
Text Example
Text Example
White with #28192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28192D; }
p { color: rgb(40,25,45); }
H1.HeaderClassName
{
color: #28192D;
}
.AnyTagClassName
{
color: #28192D;
}
</style>
background-color css
<style>
a { background-color: #28192D; }
a { background-color: rgb(40,25,45); }
div.DivClassName
{
background-color: #28192D;
}
.BgClassName
{
background-color: #28192D;
}
</style>
border-color css
<style>
span { border-color: #28192D; }
span { border-color: rgb(40,25,45); }
td.TdClassName
{
border-color: #28192D;
}
.TagClassName
{
border-color: #28192D;
}
</style>