Shades of Blackcurrant #28083A
Tints of Blackcurrant #28083A
RGB
CMYK
RGB Variations
Color information
#28083A (or 0x28083A) is known color: Blackcurrant. HEX triplet: 28, 08 and 3A. RGB value is (40,8,58). Sum of RGB (Red+Green+Blue) = 40+8+58=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #28083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28083A is #D7F7C5. Grayscale: #171717. Windows color (decimal): -14153670 or 3803176. OLE color: 3803176.
HSL color Cylindrical-coordinate representation of color #28083A: hue angle of 278.4º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28083A is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 8 | 58 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.77 |
| HSL | 278.4º | 0.76% | 0.13% | - |
| HSV(B) | 278.4º | 0.86% | 0.23% | - |
| XYZ | 1.73 | 0.93 | 4.09 | - |
| YUV | 23.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 58 | 0.31 | 0.86 | 0 | 0.77 | 278.4 | 0.76 | 0.13 |
| Hex | 28 | 8 | 3A | 1F | 56 | 0 | 4D | 116 | 4C | D |
| Octal | 50 | 10 | 72 | 37 | 126 | 0 | 115 | 426 | 114 | 15 |
| Binary | 101000 | 1000 | 111010 | 11111 | 1010110 | 0 | 1001101 | 100010110 | 1001100 | 1101 |
Color Harmonies of #28083A
Complementary color
Monochromatic Colors of #28083A
Black with #28083A
Text Example
Text Example
White with #28083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28083A; }
p { color: rgb(40,8,58); }
H1.HeaderClassName
{
color: #28083A;
}
.AnyTagClassName
{
color: #28083A;
}
</style>
background-color css
<style>
a { background-color: #28083A; }
a { background-color: rgb(40,8,58); }
div.DivClassName
{
background-color: #28083A;
}
.BgClassName
{
background-color: #28083A;
}
</style>
border-color css
<style>
span { border-color: #28083A; }
span { border-color: rgb(40,8,58); }
td.TdClassName
{
border-color: #28083A;
}
.TagClassName
{
border-color: #28083A;
}
</style>