Shades of Blackcurrant #280239
Tints of Blackcurrant #280239
RGB
CMYK
RGB Variations
Color information
#280239 (or 0x280239) is known color: Blackcurrant. HEX triplet: 28, 02 and 39. RGB value is (40,2,57). Sum of RGB (Red+Green+Blue) = 40+2+57=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #280239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280239 is #D7FDC6. Grayscale: #131313. Windows color (decimal): -14155207 or 3736104. OLE color: 3736104.
HSL color Cylindrical-coordinate representation of color #280239: hue angle of 281.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280239 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 2 | 57 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.78 |
| HSL | 281.45º | 0.93% | 0.12% | - |
| HSV(B) | 281.45º | 0.96% | 0.22% | - |
| XYZ | 1.64 | 0.79 | 3.94 | - |
| YUV | 19.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 57 | 0.30 | 0.96 | 0 | 0.78 | 281.45 | 0.93 | 0.12 |
| Hex | 28 | 2 | 39 | 1E | 60 | 0 | 4E | 119 | 5D | C |
| Octal | 50 | 2 | 71 | 36 | 140 | 0 | 116 | 431 | 135 | 14 |
| Binary | 101000 | 10 | 111001 | 11110 | 1100000 | 0 | 1001110 | 100011001 | 1011101 | 1100 |
Color Harmonies of #280239
Complementary color
Monochromatic Colors of #280239
Black with #280239
Text Example
Text Example
White with #280239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280239; }
p { color: rgb(40,2,57); }
H1.HeaderClassName
{
color: #280239;
}
.AnyTagClassName
{
color: #280239;
}
</style>
background-color css
<style>
a { background-color: #280239; }
a { background-color: rgb(40,2,57); }
div.DivClassName
{
background-color: #280239;
}
.BgClassName
{
background-color: #280239;
}
</style>
border-color css
<style>
span { border-color: #280239; }
span { border-color: rgb(40,2,57); }
td.TdClassName
{
border-color: #280239;
}
.TagClassName
{
border-color: #280239;
}
</style>