Shades of Blackcurrant #280E2E
Tints of Blackcurrant #280E2E
RGB
CMYK
RGB Variations
Color information
#280E2E (or 0x280E2E) is known color: Blackcurrant. HEX triplet: 28, 0E and 2E. RGB value is (40,14,46). Sum of RGB (Red+Green+Blue) = 40+14+46=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #280E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E2E is #D7F1D1. Grayscale: #191919. Windows color (decimal): -14152146 or 3018280. OLE color: 3018280.
HSL color Cylindrical-coordinate representation of color #280E2E: hue angle of 288.75º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280E2E is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 14 | 46 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.82 |
| HSL | 288.75º | 0.53% | 0.12% | - |
| HSV(B) | 288.75º | 0.7% | 0.18% | - |
| XYZ | 1.53 | 0.96 | 2.69 | - |
| YUV | 25.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 46 | 0.13 | 0.70 | 0 | 0.82 | 288.75 | 0.53 | 0.12 |
| Hex | 28 | E | 2E | D | 46 | 0 | 52 | 121 | 35 | C |
| Octal | 50 | 16 | 56 | 15 | 106 | 0 | 122 | 441 | 65 | 14 |
| Binary | 101000 | 1110 | 101110 | 1101 | 1000110 | 0 | 1010010 | 100100001 | 110101 | 1100 |
Color Harmonies of #280E2E
Complementary color
Monochromatic Colors of #280E2E
Black with #280E2E
Text Example
Text Example
White with #280E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E2E; }
p { color: rgb(40,14,46); }
H1.HeaderClassName
{
color: #280E2E;
}
.AnyTagClassName
{
color: #280E2E;
}
</style>
background-color css
<style>
a { background-color: #280E2E; }
a { background-color: rgb(40,14,46); }
div.DivClassName
{
background-color: #280E2E;
}
.BgClassName
{
background-color: #280E2E;
}
</style>
border-color css
<style>
span { border-color: #280E2E; }
span { border-color: rgb(40,14,46); }
td.TdClassName
{
border-color: #280E2E;
}
.TagClassName
{
border-color: #280E2E;
}
</style>