Shades of Blackcurrant #280130
Tints of Blackcurrant #280130
RGB
CMYK
RGB Variations
Color information
#280130 (or 0x280130) is known color: Blackcurrant. HEX triplet: 28, 01 and 30. RGB value is (40,1,48). Sum of RGB (Red+Green+Blue) = 40+1+48=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #280130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280130 is #D7FECF. Grayscale: #111111. Windows color (decimal): -14155472 or 3146024. OLE color: 3146024.
HSL color Cylindrical-coordinate representation of color #280130: hue angle of 289.79º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280130 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 1 | 48 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.81 |
| HSL | 289.79º | 0.96% | 0.1% | - |
| HSV(B) | 289.79º | 0.98% | 0.19% | - |
| XYZ | 1.42 | 0.69 | 2.85 | - |
| YUV | 18.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 48 | 0.17 | 0.98 | 0 | 0.81 | 289.79 | 0.96 | 0.1 |
| Hex | 28 | 1 | 30 | 11 | 62 | 0 | 51 | 122 | 60 | A |
| Octal | 50 | 1 | 60 | 21 | 142 | 0 | 121 | 442 | 140 | 12 |
| Binary | 101000 | 1 | 110000 | 10001 | 1100010 | 0 | 1010001 | 100100010 | 1100000 | 1010 |
Color Harmonies of #280130
Complementary color
Monochromatic Colors of #280130
Black with #280130
Text Example
Text Example
White with #280130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280130; }
p { color: rgb(40,1,48); }
H1.HeaderClassName
{
color: #280130;
}
.AnyTagClassName
{
color: #280130;
}
</style>
background-color css
<style>
a { background-color: #280130; }
a { background-color: rgb(40,1,48); }
div.DivClassName
{
background-color: #280130;
}
.BgClassName
{
background-color: #280130;
}
</style>
border-color css
<style>
span { border-color: #280130; }
span { border-color: rgb(40,1,48); }
td.TdClassName
{
border-color: #280130;
}
.TagClassName
{
border-color: #280130;
}
</style>