Shades of Blackcurrant #28083B
Tints of Blackcurrant #28083B
RGB
CMYK
RGB Variations
Color information
#28083B (or 0x28083B) is known color: Blackcurrant. HEX triplet: 28, 08 and 3B. RGB value is (40,8,59). Sum of RGB (Red+Green+Blue) = 40+8+59=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #28083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28083B is #D7F7C4. Grayscale: #171717. Windows color (decimal): -14153669 or 3868712. OLE color: 3868712.
HSL color Cylindrical-coordinate representation of color #28083B: hue angle of 277.65º 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 #28083B is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 8 | 59 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.77 |
| HSL | 277.65º | 0.76% | 0.13% | - |
| HSV(B) | 277.65º | 0.86% | 0.23% | - |
| XYZ | 1.75 | 0.94 | 4.23 | - |
| YUV | 23.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 59 | 0.32 | 0.86 | 0 | 0.77 | 277.65 | 0.76 | 0.13 |
| Hex | 28 | 8 | 3B | 20 | 56 | 0 | 4D | 116 | 4C | D |
| Octal | 50 | 10 | 73 | 40 | 126 | 0 | 115 | 426 | 114 | 15 |
| Binary | 101000 | 1000 | 111011 | 100000 | 1010110 | 0 | 1001101 | 100010110 | 1001100 | 1101 |
Color Harmonies of #28083B
Complementary color
Monochromatic Colors of #28083B
Black with #28083B
Text Example
Text Example
White with #28083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28083B; }
p { color: rgb(40,8,59); }
H1.HeaderClassName
{
color: #28083B;
}
.AnyTagClassName
{
color: #28083B;
}
</style>
background-color css
<style>
a { background-color: #28083B; }
a { background-color: rgb(40,8,59); }
div.DivClassName
{
background-color: #28083B;
}
.BgClassName
{
background-color: #28083B;
}
</style>
border-color css
<style>
span { border-color: #28083B; }
span { border-color: rgb(40,8,59); }
td.TdClassName
{
border-color: #28083B;
}
.TagClassName
{
border-color: #28083B;
}
</style>