Shades of Blackcurrant #28132E
Tints of Blackcurrant #28132E
RGB
CMYK
RGB Variations
Color information
#28132E (or 0x28132E) is known color: Blackcurrant. HEX triplet: 28, 13 and 2E. RGB value is (40,19,46). Sum of RGB (Red+Green+Blue) = 40+19+46=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #28132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28132E is #D7ECD1. Grayscale: #1C1C1C. Windows color (decimal): -14150866 or 3019560. OLE color: 3019560.
HSL color Cylindrical-coordinate representation of color #28132E: hue angle of 286.67º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28132E is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 19 | 46 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.82 |
| HSL | 286.67º | 0.42% | 0.13% | - |
| HSV(B) | 286.67º | 0.59% | 0.18% | - |
| XYZ | 1.6 | 1.11 | 2.72 | - |
| YUV | 28.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 46 | 0.13 | 0.59 | 0 | 0.82 | 286.67 | 0.42 | 0.13 |
| Hex | 28 | 13 | 2E | D | 3B | 0 | 52 | 11F | 2A | D |
| Octal | 50 | 23 | 56 | 15 | 73 | 0 | 122 | 437 | 52 | 15 |
| Binary | 101000 | 10011 | 101110 | 1101 | 111011 | 0 | 1010010 | 100011111 | 101010 | 1101 |
Color Harmonies of #28132E
Complementary color
Monochromatic Colors of #28132E
Black with #28132E
Text Example
Text Example
White with #28132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28132E; }
p { color: rgb(40,19,46); }
H1.HeaderClassName
{
color: #28132E;
}
.AnyTagClassName
{
color: #28132E;
}
</style>
background-color css
<style>
a { background-color: #28132E; }
a { background-color: rgb(40,19,46); }
div.DivClassName
{
background-color: #28132E;
}
.BgClassName
{
background-color: #28132E;
}
</style>
border-color css
<style>
span { border-color: #28132E; }
span { border-color: rgb(40,19,46); }
td.TdClassName
{
border-color: #28132E;
}
.TagClassName
{
border-color: #28132E;
}
</style>