Shades of Blackcurrant #28054E
Tints of Blackcurrant #28054E
RGB
CMYK
RGB Variations
Color information
#28054E (or 0x28054E) is known color: Blackcurrant. HEX triplet: 28, 05 and 4E. RGB value is (40,5,78). Sum of RGB (Red+Green+Blue) = 40+5+78=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #28054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28054E is #D7FAB1. Grayscale: #171717. Windows color (decimal): -14154418 or 5113128. OLE color: 5113128.
HSL color Cylindrical-coordinate representation of color #28054E: hue angle of 268.77º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28054E is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 5 | 78 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.69 |
| HSL | 268.77º | 0.88% | 0.16% | - |
| HSV(B) | 268.77º | 0.94% | 0.31% | - |
| XYZ | 2.3 | 1.11 | 7.3 | - |
| YUV | 23.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 78 | 0.49 | 0.94 | 0 | 0.69 | 268.77 | 0.88 | 0.16 |
| Hex | 28 | 5 | 4E | 31 | 5E | 0 | 45 | 10D | 58 | 10 |
| Octal | 50 | 5 | 116 | 61 | 136 | 0 | 105 | 415 | 130 | 20 |
| Binary | 101000 | 101 | 1001110 | 110001 | 1011110 | 0 | 1000101 | 100001101 | 1011000 | 10000 |
Color Harmonies of #28054E
Complementary color
Monochromatic Colors of #28054E
Black with #28054E
Text Example
Text Example
White with #28054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28054E; }
p { color: rgb(40,5,78); }
H1.HeaderClassName
{
color: #28054E;
}
.AnyTagClassName
{
color: #28054E;
}
</style>
background-color css
<style>
a { background-color: #28054E; }
a { background-color: rgb(40,5,78); }
div.DivClassName
{
background-color: #28054E;
}
.BgClassName
{
background-color: #28054E;
}
</style>
border-color css
<style>
span { border-color: #28054E; }
span { border-color: rgb(40,5,78); }
td.TdClassName
{
border-color: #28054E;
}
.TagClassName
{
border-color: #28054E;
}
</style>