Shades of Blackcurrant #28044A
Tints of Blackcurrant #28044A
RGB
CMYK
RGB Variations
Color information
#28044A (or 0x28044A) is known color: Blackcurrant. HEX triplet: 28, 04 and 4A. RGB value is (40,4,74). Sum of RGB (Red+Green+Blue) = 40+4+74=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #28044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28044A is #D7FBB5. Grayscale: #161616. Windows color (decimal): -14154678 or 4850728. OLE color: 4850728.
HSL color Cylindrical-coordinate representation of color #28044A: hue angle of 270.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28044A is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 4 | 74 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.71 |
| HSL | 270.86º | 0.9% | 0.15% | - |
| HSV(B) | 270.86º | 0.95% | 0.29% | - |
| XYZ | 2.15 | 1.03 | 6.56 | - |
| YUV | 22.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 74 | 0.46 | 0.95 | 0 | 0.71 | 270.86 | 0.9 | 0.15 |
| Hex | 28 | 4 | 4A | 2E | 5F | 0 | 47 | 10F | 5A | F |
| Octal | 50 | 4 | 112 | 56 | 137 | 0 | 107 | 417 | 132 | 17 |
| Binary | 101000 | 100 | 1001010 | 101110 | 1011111 | 0 | 1000111 | 100001111 | 1011010 | 1111 |
Color Harmonies of #28044A
Complementary color
Monochromatic Colors of #28044A
Black with #28044A
Text Example
Text Example
White with #28044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28044A; }
p { color: rgb(40,4,74); }
H1.HeaderClassName
{
color: #28044A;
}
.AnyTagClassName
{
color: #28044A;
}
</style>
background-color css
<style>
a { background-color: #28044A; }
a { background-color: rgb(40,4,74); }
div.DivClassName
{
background-color: #28044A;
}
.BgClassName
{
background-color: #28044A;
}
</style>
border-color css
<style>
span { border-color: #28044A; }
span { border-color: rgb(40,4,74); }
td.TdClassName
{
border-color: #28044A;
}
.TagClassName
{
border-color: #28044A;
}
</style>