Shades of Blackcurrant #28093B
Tints of Blackcurrant #28093B
RGB
CMYK
RGB Variations
Color information
#28093B (or 0x28093B) is known color: Blackcurrant. HEX triplet: 28, 09 and 3B. RGB value is (40,9,59). Sum of RGB (Red+Green+Blue) = 40+9+59=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #28093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28093B is #D7F6C4. Grayscale: #171717. Windows color (decimal): -14153413 or 3868968. OLE color: 3868968.
HSL color Cylindrical-coordinate representation of color #28093B: hue angle of 277.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28093B is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 9 | 59 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.77 |
| HSL | 277.2º | 0.74% | 0.13% | - |
| HSV(B) | 277.2º | 0.85% | 0.23% | - |
| XYZ | 1.76 | 0.96 | 4.23 | - |
| YUV | 23.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 59 | 0.32 | 0.85 | 0 | 0.77 | 277.2 | 0.74 | 0.13 |
| Hex | 28 | 9 | 3B | 20 | 55 | 0 | 4D | 115 | 4A | D |
| Octal | 50 | 11 | 73 | 40 | 125 | 0 | 115 | 425 | 112 | 15 |
| Binary | 101000 | 1001 | 111011 | 100000 | 1010101 | 0 | 1001101 | 100010101 | 1001010 | 1101 |
Color Harmonies of #28093B
Complementary color
Monochromatic Colors of #28093B
Black with #28093B
Text Example
Text Example
White with #28093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28093B; }
p { color: rgb(40,9,59); }
H1.HeaderClassName
{
color: #28093B;
}
.AnyTagClassName
{
color: #28093B;
}
</style>
background-color css
<style>
a { background-color: #28093B; }
a { background-color: rgb(40,9,59); }
div.DivClassName
{
background-color: #28093B;
}
.BgClassName
{
background-color: #28093B;
}
</style>
border-color css
<style>
span { border-color: #28093B; }
span { border-color: rgb(40,9,59); }
td.TdClassName
{
border-color: #28093B;
}
.TagClassName
{
border-color: #28093B;
}
</style>