Shades of Blackcurrant #280334
Tints of Blackcurrant #280334
RGB
CMYK
RGB Variations
Color information
#280334 (or 0x280334) is known color: Blackcurrant. HEX triplet: 28, 03 and 34. RGB value is (40,3,52). Sum of RGB (Red+Green+Blue) = 40+3+52=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #280334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280334 is #D7FCCB. Grayscale: #131313. Windows color (decimal): -14154956 or 3408680. OLE color: 3408680.
HSL color Cylindrical-coordinate representation of color #280334: hue angle of 285.31º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280334 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 3 | 52 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.80 |
| HSL | 285.31º | 0.89% | 0.11% | - |
| HSV(B) | 285.31º | 0.94% | 0.2% | - |
| XYZ | 1.53 | 0.76 | 3.32 | - |
| YUV | 19.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 52 | 0.23 | 0.94 | 0 | 0.80 | 285.31 | 0.89 | 0.11 |
| Hex | 28 | 3 | 34 | 17 | 5E | 0 | 50 | 11D | 59 | B |
| Octal | 50 | 3 | 64 | 27 | 136 | 0 | 120 | 435 | 131 | 13 |
| Binary | 101000 | 11 | 110100 | 10111 | 1011110 | 0 | 1010000 | 100011101 | 1011001 | 1011 |
Color Harmonies of #280334
Complementary color
Monochromatic Colors of #280334
Black with #280334
Text Example
Text Example
White with #280334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280334; }
p { color: rgb(40,3,52); }
H1.HeaderClassName
{
color: #280334;
}
.AnyTagClassName
{
color: #280334;
}
</style>
background-color css
<style>
a { background-color: #280334; }
a { background-color: rgb(40,3,52); }
div.DivClassName
{
background-color: #280334;
}
.BgClassName
{
background-color: #280334;
}
</style>
border-color css
<style>
span { border-color: #280334; }
span { border-color: rgb(40,3,52); }
td.TdClassName
{
border-color: #280334;
}
.TagClassName
{
border-color: #280334;
}
</style>