Shades of Blackcurrant #280543
Tints of Blackcurrant #280543
RGB
CMYK
RGB Variations
Color information
#280543 (or 0x280543) is known color: Blackcurrant. HEX triplet: 28, 05 and 43. RGB value is (40,5,67). Sum of RGB (Red+Green+Blue) = 40+5+67=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #280543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280543 is #D7FABC. Grayscale: #161616. Windows color (decimal): -14154429 or 4392232. OLE color: 4392232.
HSL color Cylindrical-coordinate representation of color #280543: hue angle of 273.87º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280543 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 5 | 67 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.74 |
| HSL | 273.87º | 0.86% | 0.14% | - |
| HSV(B) | 273.87º | 0.93% | 0.26% | - |
| XYZ | 1.94 | 0.96 | 5.39 | - |
| YUV | 22.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 67 | 0.40 | 0.93 | 0 | 0.74 | 273.87 | 0.86 | 0.14 |
| Hex | 28 | 5 | 43 | 28 | 5D | 0 | 4A | 112 | 56 | E |
| Octal | 50 | 5 | 103 | 50 | 135 | 0 | 112 | 422 | 126 | 16 |
| Binary | 101000 | 101 | 1000011 | 101000 | 1011101 | 0 | 1001010 | 100010010 | 1010110 | 1110 |
Color Harmonies of #280543
Complementary color
Monochromatic Colors of #280543
Black with #280543
Text Example
Text Example
White with #280543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280543; }
p { color: rgb(40,5,67); }
H1.HeaderClassName
{
color: #280543;
}
.AnyTagClassName
{
color: #280543;
}
</style>
background-color css
<style>
a { background-color: #280543; }
a { background-color: rgb(40,5,67); }
div.DivClassName
{
background-color: #280543;
}
.BgClassName
{
background-color: #280543;
}
</style>
border-color css
<style>
span { border-color: #280543; }
span { border-color: rgb(40,5,67); }
td.TdClassName
{
border-color: #280543;
}
.TagClassName
{
border-color: #280543;
}
</style>