Shades of Blackcurrant #28083E
Tints of Blackcurrant #28083E
RGB
CMYK
RGB Variations
Color information
#28083E (or 0x28083E) is known color: Blackcurrant. HEX triplet: 28, 08 and 3E. RGB value is (40,8,62). Sum of RGB (Red+Green+Blue) = 40+8+62=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #28083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28083E is #D7F7C1. Grayscale: #171717. Windows color (decimal): -14153666 or 4065320. OLE color: 4065320.
HSL color Cylindrical-coordinate representation of color #28083E: hue angle of 275.56º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28083E is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 8 | 62 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.76 |
| HSL | 275.56º | 0.77% | 0.14% | - |
| HSV(B) | 275.56º | 0.87% | 0.24% | - |
| XYZ | 1.83 | 0.97 | 4.65 | - |
| YUV | 23.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 62 | 0.35 | 0.87 | 0 | 0.76 | 275.56 | 0.77 | 0.14 |
| Hex | 28 | 8 | 3E | 23 | 57 | 0 | 4C | 114 | 4D | E |
| Octal | 50 | 10 | 76 | 43 | 127 | 0 | 114 | 424 | 115 | 16 |
| Binary | 101000 | 1000 | 111110 | 100011 | 1010111 | 0 | 1001100 | 100010100 | 1001101 | 1110 |
Color Harmonies of #28083E
Complementary color
Monochromatic Colors of #28083E
Black with #28083E
Text Example
Text Example
White with #28083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28083E; }
p { color: rgb(40,8,62); }
H1.HeaderClassName
{
color: #28083E;
}
.AnyTagClassName
{
color: #28083E;
}
</style>
background-color css
<style>
a { background-color: #28083E; }
a { background-color: rgb(40,8,62); }
div.DivClassName
{
background-color: #28083E;
}
.BgClassName
{
background-color: #28083E;
}
</style>
border-color css
<style>
span { border-color: #28083E; }
span { border-color: rgb(40,8,62); }
td.TdClassName
{
border-color: #28083E;
}
.TagClassName
{
border-color: #28083E;
}
</style>