Shades of Blackcurrant #28064E
Tints of Blackcurrant #28064E
RGB
CMYK
RGB Variations
Color information
#28064E (or 0x28064E) is known color: Blackcurrant. HEX triplet: 28, 06 and 4E. RGB value is (40,6,78). Sum of RGB (Red+Green+Blue) = 40+6+78=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #28064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28064E is #D7F9B1. Grayscale: #181818. Windows color (decimal): -14154162 or 5113384. OLE color: 5113384.
HSL color Cylindrical-coordinate representation of color #28064E: hue angle of 268.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28064E is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 6 | 78 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.69 |
| HSL | 268.33º | 0.86% | 0.16% | - |
| HSV(B) | 268.33º | 0.92% | 0.31% | - |
| XYZ | 2.32 | 1.13 | 7.3 | - |
| YUV | 24.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 78 | 0.49 | 0.92 | 0 | 0.69 | 268.33 | 0.86 | 0.16 |
| Hex | 28 | 6 | 4E | 31 | 5C | 0 | 45 | 10C | 56 | 10 |
| Octal | 50 | 6 | 116 | 61 | 134 | 0 | 105 | 414 | 126 | 20 |
| Binary | 101000 | 110 | 1001110 | 110001 | 1011100 | 0 | 1000101 | 100001100 | 1010110 | 10000 |
Color Harmonies of #28064E
Complementary color
Monochromatic Colors of #28064E
Black with #28064E
Text Example
Text Example
White with #28064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28064E; }
p { color: rgb(40,6,78); }
H1.HeaderClassName
{
color: #28064E;
}
.AnyTagClassName
{
color: #28064E;
}
</style>
background-color css
<style>
a { background-color: #28064E; }
a { background-color: rgb(40,6,78); }
div.DivClassName
{
background-color: #28064E;
}
.BgClassName
{
background-color: #28064E;
}
</style>
border-color css
<style>
span { border-color: #28064E; }
span { border-color: rgb(40,6,78); }
td.TdClassName
{
border-color: #28064E;
}
.TagClassName
{
border-color: #28064E;
}
</style>