Shades of Blackcurrant #280544
Tints of Blackcurrant #280544
RGB
CMYK
RGB Variations
Color information
#280544 (or 0x280544) is known color: Blackcurrant. HEX triplet: 28, 05 and 44. RGB value is (40,5,68). Sum of RGB (Red+Green+Blue) = 40+5+68=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #280544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280544 is #D7FABB. Grayscale: #161616. Windows color (decimal): -14154428 or 4457768. OLE color: 4457768.
HSL color Cylindrical-coordinate representation of color #280544: hue angle of 273.33º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280544 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 5 | 68 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.73 |
| HSL | 273.33º | 0.86% | 0.14% | - |
| HSV(B) | 273.33º | 0.93% | 0.27% | - |
| XYZ | 1.97 | 0.98 | 5.55 | - |
| YUV | 22.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 68 | 0.41 | 0.93 | 0 | 0.73 | 273.33 | 0.86 | 0.14 |
| Hex | 28 | 5 | 44 | 29 | 5D | 0 | 49 | 111 | 56 | E |
| Octal | 50 | 5 | 104 | 51 | 135 | 0 | 111 | 421 | 126 | 16 |
| Binary | 101000 | 101 | 1000100 | 101001 | 1011101 | 0 | 1001001 | 100010001 | 1010110 | 1110 |
Color Harmonies of #280544
Complementary color
Monochromatic Colors of #280544
Black with #280544
Text Example
Text Example
White with #280544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280544; }
p { color: rgb(40,5,68); }
H1.HeaderClassName
{
color: #280544;
}
.AnyTagClassName
{
color: #280544;
}
</style>
background-color css
<style>
a { background-color: #280544; }
a { background-color: rgb(40,5,68); }
div.DivClassName
{
background-color: #280544;
}
.BgClassName
{
background-color: #280544;
}
</style>
border-color css
<style>
span { border-color: #280544; }
span { border-color: rgb(40,5,68); }
td.TdClassName
{
border-color: #280544;
}
.TagClassName
{
border-color: #280544;
}
</style>