Shades of Blackcurrant #280433
Tints of Blackcurrant #280433
RGB
CMYK
RGB Variations
Color information
#280433 (or 0x280433) is known color: Blackcurrant. HEX triplet: 28, 04 and 33. RGB value is (40,4,51). Sum of RGB (Red+Green+Blue) = 40+4+51=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 51 (20.31% from 255 or 53.68% from 95); Max value from RGB is 51 - color contains mainly: blue. Hex color #280433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280433 is #D7FBCC. Grayscale: #131313. Windows color (decimal): -14154701 or 3343400. OLE color: 3343400.
HSL color Cylindrical-coordinate representation of color #280433: hue angle of 285.96º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280433 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 4 | 51 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.8 |
| HSL | 285.96º | 0.85% | 0.11% | - |
| HSV(B) | 285.96º | 0.92% | 0.2% | - |
| XYZ | 1.52 | 0.78 | 3.2 | - |
| YUV | 20.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 51 | 0.22 | 0.92 | 0 | 0.8 | 285.96 | 0.85 | 0.11 |
| Hex | 28 | 4 | 33 | 16 | 5C | 0 | 50 | 11E | 55 | B |
| Octal | 50 | 4 | 63 | 26 | 134 | 0 | 120 | 436 | 125 | 13 |
| Binary | 101000 | 100 | 110011 | 10110 | 1011100 | 0 | 1010000 | 100011110 | 1010101 | 1011 |
Color Harmonies of #280433
Complementary color
Monochromatic Colors of #280433
Black with #280433
Text Example
Text Example
White with #280433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280433; }
p { color: rgb(40,4,51); }
H1.HeaderClassName
{
color: #280433;
}
.AnyTagClassName
{
color: #280433;
}
</style>
background-color css
<style>
a { background-color: #280433; }
a { background-color: rgb(40,4,51); }
div.DivClassName
{
background-color: #280433;
}
.BgClassName
{
background-color: #280433;
}
</style>
border-color css
<style>
span { border-color: #280433; }
span { border-color: rgb(40,4,51); }
td.TdClassName
{
border-color: #280433;
}
.TagClassName
{
border-color: #280433;
}
</style>