Shades of Blackcurrant #28193C
Tints of Blackcurrant #28193C
RGB
CMYK
RGB Variations
Color information
#28193C (or 0x28193C) is known color: Blackcurrant. HEX triplet: 28, 19 and 3C. RGB value is (40,25,60). Sum of RGB (Red+Green+Blue) = 40+25+60=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #28193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28193C is #D7E6C3. Grayscale: #212121. Windows color (decimal): -14149316 or 3938600. OLE color: 3938600.
HSL color Cylindrical-coordinate representation of color #28193C: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28193C is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 25 | 60 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.76 |
| HSL | 265.71º | 0.41% | 0.17% | - |
| HSV(B) | 265.71º | 0.58% | 0.24% | - |
| XYZ | 2.04 | 1.47 | 4.45 | - |
| YUV | 33.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 60 | 0.33 | 0.58 | 0 | 0.76 | 265.71 | 0.41 | 0.17 |
| Hex | 28 | 19 | 3C | 21 | 3A | 0 | 4C | 10A | 29 | 11 |
| Octal | 50 | 31 | 74 | 41 | 72 | 0 | 114 | 412 | 51 | 21 |
| Binary | 101000 | 11001 | 111100 | 100001 | 111010 | 0 | 1001100 | 100001010 | 101001 | 10001 |
Color Harmonies of #28193C
Complementary color
Monochromatic Colors of #28193C
Black with #28193C
Text Example
Text Example
White with #28193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28193C; }
p { color: rgb(40,25,60); }
H1.HeaderClassName
{
color: #28193C;
}
.AnyTagClassName
{
color: #28193C;
}
</style>
background-color css
<style>
a { background-color: #28193C; }
a { background-color: rgb(40,25,60); }
div.DivClassName
{
background-color: #28193C;
}
.BgClassName
{
background-color: #28193C;
}
</style>
border-color css
<style>
span { border-color: #28193C; }
span { border-color: rgb(40,25,60); }
td.TdClassName
{
border-color: #28193C;
}
.TagClassName
{
border-color: #28193C;
}
</style>