Shades of Blackcurrant #280E2D
Tints of Blackcurrant #280E2D
RGB
CMYK
RGB Variations
Color information
#280E2D (or 0x280E2D) is known color: Blackcurrant. HEX triplet: 28, 0E and 2D. RGB value is (40,14,45). Sum of RGB (Red+Green+Blue) = 40+14+45=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #280E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E2D is #D7F1D2. Grayscale: #191919. Windows color (decimal): -14152147 or 2952744. OLE color: 2952744.
HSL color Cylindrical-coordinate representation of color #280E2D: hue angle of 290.32º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #280E2D is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 14 | 45 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.82 |
| HSL | 290.32º | 0.53% | 0.12% | - |
| HSV(B) | 290.32º | 0.69% | 0.18% | - |
| XYZ | 1.51 | 0.95 | 2.59 | - |
| YUV | 25.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 45 | 0.11 | 0.69 | 0 | 0.82 | 290.32 | 0.53 | 0.12 |
| Hex | 28 | E | 2D | B | 45 | 0 | 52 | 122 | 35 | C |
| Octal | 50 | 16 | 55 | 13 | 105 | 0 | 122 | 442 | 65 | 14 |
| Binary | 101000 | 1110 | 101101 | 1011 | 1000101 | 0 | 1010010 | 100100010 | 110101 | 1100 |
Color Harmonies of #280E2D
Complementary color
Monochromatic Colors of #280E2D
Black with #280E2D
Text Example
Text Example
White with #280E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E2D; }
p { color: rgb(40,14,45); }
H1.HeaderClassName
{
color: #280E2D;
}
.AnyTagClassName
{
color: #280E2D;
}
</style>
background-color css
<style>
a { background-color: #280E2D; }
a { background-color: rgb(40,14,45); }
div.DivClassName
{
background-color: #280E2D;
}
.BgClassName
{
background-color: #280E2D;
}
</style>
border-color css
<style>
span { border-color: #280E2D; }
span { border-color: rgb(40,14,45); }
td.TdClassName
{
border-color: #280E2D;
}
.TagClassName
{
border-color: #280E2D;
}
</style>