Shades of Blackcurrant #28084C
Tints of Blackcurrant #28084C
RGB
CMYK
RGB Variations
Color information
#28084C (or 0x28084C) is known color: Blackcurrant. HEX triplet: 28, 08 and 4C. RGB value is (40,8,76). Sum of RGB (Red+Green+Blue) = 40+8+76=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #28084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28084C is #D7F7B3. Grayscale: #191919. Windows color (decimal): -14153652 or 4982824. OLE color: 4982824.
HSL color Cylindrical-coordinate representation of color #28084C: hue angle of 268.24º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28084C is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 8 | 76 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.70 |
| HSL | 268.24º | 0.81% | 0.16% | - |
| HSV(B) | 268.24º | 0.89% | 0.3% | - |
| XYZ | 2.27 | 1.15 | 6.94 | - |
| YUV | 25.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 76 | 0.47 | 0.89 | 0 | 0.70 | 268.24 | 0.81 | 0.16 |
| Hex | 28 | 8 | 4C | 2F | 59 | 0 | 46 | 10C | 51 | 10 |
| Octal | 50 | 10 | 114 | 57 | 131 | 0 | 106 | 414 | 121 | 20 |
| Binary | 101000 | 1000 | 1001100 | 101111 | 1011001 | 0 | 1000110 | 100001100 | 1010001 | 10000 |
Color Harmonies of #28084C
Complementary color
Monochromatic Colors of #28084C
Black with #28084C
Text Example
Text Example
White with #28084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28084C; }
p { color: rgb(40,8,76); }
H1.HeaderClassName
{
color: #28084C;
}
.AnyTagClassName
{
color: #28084C;
}
</style>
background-color css
<style>
a { background-color: #28084C; }
a { background-color: rgb(40,8,76); }
div.DivClassName
{
background-color: #28084C;
}
.BgClassName
{
background-color: #28084C;
}
</style>
border-color css
<style>
span { border-color: #28084C; }
span { border-color: rgb(40,8,76); }
td.TdClassName
{
border-color: #28084C;
}
.TagClassName
{
border-color: #28084C;
}
</style>