Shades of Blackcurrant #28143A
Tints of Blackcurrant #28143A
RGB
CMYK
RGB Variations
Color information
#28143A (or 0x28143A) is known color: Blackcurrant. HEX triplet: 28, 14 and 3A. RGB value is (40,20,58). Sum of RGB (Red+Green+Blue) = 40+20+58=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #28143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28143A is #D7EBC5. Grayscale: #1E1E1E. Windows color (decimal): -14150598 or 3806248. OLE color: 3806248.
HSL color Cylindrical-coordinate representation of color #28143A: hue angle of 271.58º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28143A is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 20 | 58 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.77 |
| HSL | 271.58º | 0.49% | 0.15% | - |
| HSV(B) | 271.58º | 0.66% | 0.23% | - |
| XYZ | 1.89 | 1.26 | 4.15 | - |
| YUV | 30.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 58 | 0.31 | 0.66 | 0 | 0.77 | 271.58 | 0.49 | 0.15 |
| Hex | 28 | 14 | 3A | 1F | 42 | 0 | 4D | 110 | 31 | F |
| Octal | 50 | 24 | 72 | 37 | 102 | 0 | 115 | 420 | 61 | 17 |
| Binary | 101000 | 10100 | 111010 | 11111 | 1000010 | 0 | 1001101 | 100010000 | 110001 | 1111 |
Color Harmonies of #28143A
Complementary color
Monochromatic Colors of #28143A
Black with #28143A
Text Example
Text Example
White with #28143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28143A; }
p { color: rgb(40,20,58); }
H1.HeaderClassName
{
color: #28143A;
}
.AnyTagClassName
{
color: #28143A;
}
</style>
background-color css
<style>
a { background-color: #28143A; }
a { background-color: rgb(40,20,58); }
div.DivClassName
{
background-color: #28143A;
}
.BgClassName
{
background-color: #28143A;
}
</style>
border-color css
<style>
span { border-color: #28143A; }
span { border-color: rgb(40,20,58); }
td.TdClassName
{
border-color: #28143A;
}
.TagClassName
{
border-color: #28143A;
}
</style>