Shades of Blackcurrant #28102E
Tints of Blackcurrant #28102E
RGB
CMYK
RGB Variations
Color information
#28102E (or 0x28102E) is known color: Blackcurrant. HEX triplet: 28, 10 and 2E. RGB value is (40,16,46). Sum of RGB (Red+Green+Blue) = 40+16+46=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #28102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28102E is #D7EFD1. Grayscale: #1A1A1A. Windows color (decimal): -14151634 or 3018792. OLE color: 3018792.
HSL color Cylindrical-coordinate representation of color #28102E: hue angle of 288º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28102E is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 16 | 46 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.82 |
| HSL | 288º | 0.48% | 0.12% | - |
| HSV(B) | 288º | 0.65% | 0.18% | - |
| XYZ | 1.55 | 1.02 | 2.7 | - |
| YUV | 26.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 46 | 0.13 | 0.65 | 0 | 0.82 | 288 | 0.48 | 0.12 |
| Hex | 28 | 10 | 2E | D | 41 | 0 | 52 | 120 | 30 | C |
| Octal | 50 | 20 | 56 | 15 | 101 | 0 | 122 | 440 | 60 | 14 |
| Binary | 101000 | 10000 | 101110 | 1101 | 1000001 | 0 | 1010010 | 100100000 | 110000 | 1100 |
Color Harmonies of #28102E
Complementary color
Monochromatic Colors of #28102E
Black with #28102E
Text Example
Text Example
White with #28102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28102E; }
p { color: rgb(40,16,46); }
H1.HeaderClassName
{
color: #28102E;
}
.AnyTagClassName
{
color: #28102E;
}
</style>
background-color css
<style>
a { background-color: #28102E; }
a { background-color: rgb(40,16,46); }
div.DivClassName
{
background-color: #28102E;
}
.BgClassName
{
background-color: #28102E;
}
</style>
border-color css
<style>
span { border-color: #28102E; }
span { border-color: rgb(40,16,46); }
td.TdClassName
{
border-color: #28102E;
}
.TagClassName
{
border-color: #28102E;
}
</style>