Shades of Blackcurrant #28014D
Tints of Blackcurrant #28014D
RGB
CMYK
RGB Variations
Color information
#28014D (or 0x28014D) is known color: Blackcurrant. HEX triplet: 28, 01 and 4D. RGB value is (40,1,77). Sum of RGB (Red+Green+Blue) = 40+1+77=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #28014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28014D is #D7FEB2. Grayscale: #151515. Windows color (decimal): -14155443 or 5046568. OLE color: 5046568.
HSL color Cylindrical-coordinate representation of color #28014D: hue angle of 270.79º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28014D is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 1 | 77 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.70 |
| HSL | 270.79º | 0.97% | 0.15% | - |
| HSV(B) | 270.79º | 0.99% | 0.3% | - |
| XYZ | 2.23 | 1.01 | 7.1 | - |
| YUV | 21.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 77 | 0.48 | 0.99 | 0 | 0.70 | 270.79 | 0.97 | 0.15 |
| Hex | 28 | 1 | 4D | 30 | 63 | 0 | 46 | 10F | 61 | F |
| Octal | 50 | 1 | 115 | 60 | 143 | 0 | 106 | 417 | 141 | 17 |
| Binary | 101000 | 1 | 1001101 | 110000 | 1100011 | 0 | 1000110 | 100001111 | 1100001 | 1111 |
Color Harmonies of #28014D
Complementary color
Monochromatic Colors of #28014D
Black with #28014D
Text Example
Text Example
White with #28014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28014D; }
p { color: rgb(40,1,77); }
H1.HeaderClassName
{
color: #28014D;
}
.AnyTagClassName
{
color: #28014D;
}
</style>
background-color css
<style>
a { background-color: #28014D; }
a { background-color: rgb(40,1,77); }
div.DivClassName
{
background-color: #28014D;
}
.BgClassName
{
background-color: #28014D;
}
</style>
border-color css
<style>
span { border-color: #28014D; }
span { border-color: rgb(40,1,77); }
td.TdClassName
{
border-color: #28014D;
}
.TagClassName
{
border-color: #28014D;
}
</style>