Shades of Blackcurrant #28133E
Tints of Blackcurrant #28133E
RGB
CMYK
RGB Variations
Color information
#28133E (or 0x28133E) is known color: Blackcurrant. HEX triplet: 28, 13 and 3E. RGB value is (40,19,62). Sum of RGB (Red+Green+Blue) = 40+19+62=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #28133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28133E is #D7ECC1. Grayscale: #1E1E1E. Windows color (decimal): -14150850 or 4068136. OLE color: 4068136.
HSL color Cylindrical-coordinate representation of color #28133E: hue angle of 269.3º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28133E is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 19 | 62 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.76 |
| HSL | 269.3º | 0.53% | 0.16% | - |
| HSV(B) | 269.3º | 0.69% | 0.24% | - |
| XYZ | 1.98 | 1.26 | 4.7 | - |
| YUV | 30.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 62 | 0.35 | 0.69 | 0 | 0.76 | 269.3 | 0.53 | 0.16 |
| Hex | 28 | 13 | 3E | 23 | 45 | 0 | 4C | 10D | 35 | 10 |
| Octal | 50 | 23 | 76 | 43 | 105 | 0 | 114 | 415 | 65 | 20 |
| Binary | 101000 | 10011 | 111110 | 100011 | 1000101 | 0 | 1001100 | 100001101 | 110101 | 10000 |
Color Harmonies of #28133E
Complementary color
Monochromatic Colors of #28133E
Black with #28133E
Text Example
Text Example
White with #28133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28133E; }
p { color: rgb(40,19,62); }
H1.HeaderClassName
{
color: #28133E;
}
.AnyTagClassName
{
color: #28133E;
}
</style>
background-color css
<style>
a { background-color: #28133E; }
a { background-color: rgb(40,19,62); }
div.DivClassName
{
background-color: #28133E;
}
.BgClassName
{
background-color: #28133E;
}
</style>
border-color css
<style>
span { border-color: #28133E; }
span { border-color: rgb(40,19,62); }
td.TdClassName
{
border-color: #28133E;
}
.TagClassName
{
border-color: #28133E;
}
</style>