Shades of Blackcurrant #280045
Tints of Blackcurrant #280045
RGB
CMYK
RGB Variations
Color information
#280045 (or 0x280045) is known color: Blackcurrant. HEX triplet: 28, 00 and 45. RGB value is (40,0,69). Sum of RGB (Red+Green+Blue) = 40+0+69=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #280045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280045 is #D7FFBA. Grayscale: #131313. Windows color (decimal): -14155707 or 4522024. OLE color: 4522024.
HSL color Cylindrical-coordinate representation of color #280045: hue angle of 274.78º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280045 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 0 | 69 | - |
| CMYK | 0.42 | 1 | 0 | 0.73 |
| HSL | 274.78º | 1% | 0.14% | - |
| HSV(B) | 274.78º | 1% | 0.27% | - |
| XYZ | 1.95 | 0.88 | 5.7 | - |
| YUV | 19.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 69 | 0.42 | 1 | 0 | 0.73 | 274.78 | 1 | 0.14 |
| Hex | 28 | 0 | 45 | 2A | 64 | 0 | 49 | 113 | 64 | E |
| Octal | 50 | 0 | 105 | 52 | 144 | 0 | 111 | 423 | 144 | 16 |
| Binary | 101000 | 0 | 1000101 | 101010 | 1100100 | 0 | 1001001 | 100010011 | 1100100 | 1110 |
Color Harmonies of #280045
Complementary color
Monochromatic Colors of #280045
Black with #280045
Text Example
Text Example
White with #280045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280045; }
p { color: rgb(40,0,69); }
H1.HeaderClassName
{
color: #280045;
}
.AnyTagClassName
{
color: #280045;
}
</style>
background-color css
<style>
a { background-color: #280045; }
a { background-color: rgb(40,0,69); }
div.DivClassName
{
background-color: #280045;
}
.BgClassName
{
background-color: #280045;
}
</style>
border-color css
<style>
span { border-color: #280045; }
span { border-color: rgb(40,0,69); }
td.TdClassName
{
border-color: #280045;
}
.TagClassName
{
border-color: #280045;
}
</style>