Shades of Blackcurrant #28122E
Tints of Blackcurrant #28122E
RGB
CMYK
RGB Variations
Color information
#28122E (or 0x28122E) is known color: Blackcurrant. HEX triplet: 28, 12 and 2E. RGB value is (40,18,46). Sum of RGB (Red+Green+Blue) = 40+18+46=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #28122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28122E is #D7EDD1. Grayscale: #1B1B1B. Windows color (decimal): -14151122 or 3019304. OLE color: 3019304.
HSL color Cylindrical-coordinate representation of color #28122E: hue angle of 287.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28122E is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 18 | 46 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.82 |
| HSL | 287.14º | 0.44% | 0.13% | - |
| HSV(B) | 287.14º | 0.61% | 0.18% | - |
| XYZ | 1.58 | 1.08 | 2.71 | - |
| YUV | 27.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 46 | 0.13 | 0.61 | 0 | 0.82 | 287.14 | 0.44 | 0.13 |
| Hex | 28 | 12 | 2E | D | 3D | 0 | 52 | 11F | 2C | D |
| Octal | 50 | 22 | 56 | 15 | 75 | 0 | 122 | 437 | 54 | 15 |
| Binary | 101000 | 10010 | 101110 | 1101 | 111101 | 0 | 1010010 | 100011111 | 101100 | 1101 |
Color Harmonies of #28122E
Complementary color
Monochromatic Colors of #28122E
Black with #28122E
Text Example
Text Example
White with #28122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28122E; }
p { color: rgb(40,18,46); }
H1.HeaderClassName
{
color: #28122E;
}
.AnyTagClassName
{
color: #28122E;
}
</style>
background-color css
<style>
a { background-color: #28122E; }
a { background-color: rgb(40,18,46); }
div.DivClassName
{
background-color: #28122E;
}
.BgClassName
{
background-color: #28122E;
}
</style>
border-color css
<style>
span { border-color: #28122E; }
span { border-color: rgb(40,18,46); }
td.TdClassName
{
border-color: #28122E;
}
.TagClassName
{
border-color: #28122E;
}
</style>