Shades of Blackcurrant #280442
Tints of Blackcurrant #280442
RGB
CMYK
RGB Variations
Color information
#280442 (or 0x280442) is known color: Blackcurrant. HEX triplet: 28, 04 and 42. RGB value is (40,4,66). Sum of RGB (Red+Green+Blue) = 40+4+66=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #280442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280442 is #D7FBBD. Grayscale: #151515. Windows color (decimal): -14154686 or 4326440. OLE color: 4326440.
HSL color Cylindrical-coordinate representation of color #280442: hue angle of 274.84º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280442 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 4 | 66 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.74 |
| HSL | 274.84º | 0.89% | 0.14% | - |
| HSV(B) | 274.84º | 0.94% | 0.26% | - |
| XYZ | 1.9 | 0.93 | 5.23 | - |
| YUV | 21.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 66 | 0.39 | 0.94 | 0 | 0.74 | 274.84 | 0.89 | 0.14 |
| Hex | 28 | 4 | 42 | 27 | 5E | 0 | 4A | 113 | 59 | E |
| Octal | 50 | 4 | 102 | 47 | 136 | 0 | 112 | 423 | 131 | 16 |
| Binary | 101000 | 100 | 1000010 | 100111 | 1011110 | 0 | 1001010 | 100010011 | 1011001 | 1110 |
Color Harmonies of #280442
Complementary color
Monochromatic Colors of #280442
Black with #280442
Text Example
Text Example
White with #280442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280442; }
p { color: rgb(40,4,66); }
H1.HeaderClassName
{
color: #280442;
}
.AnyTagClassName
{
color: #280442;
}
</style>
background-color css
<style>
a { background-color: #280442; }
a { background-color: rgb(40,4,66); }
div.DivClassName
{
background-color: #280442;
}
.BgClassName
{
background-color: #280442;
}
</style>
border-color css
<style>
span { border-color: #280442; }
span { border-color: rgb(40,4,66); }
td.TdClassName
{
border-color: #280442;
}
.TagClassName
{
border-color: #280442;
}
</style>