Shades of Blackcurrant #280333
Tints of Blackcurrant #280333
RGB
CMYK
RGB Variations
Color information
#280333 (or 0x280333) is known color: Blackcurrant. HEX triplet: 28, 03 and 33. RGB value is (40,3,51). Sum of RGB (Red+Green+Blue) = 40+3+51=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #280333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280333 is #D7FCCC. Grayscale: #131313. Windows color (decimal): -14154957 or 3343144. OLE color: 3343144.
HSL color Cylindrical-coordinate representation of color #280333: hue angle of 286.25º 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 #280333 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 3 | 51 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.8 |
| HSL | 286.25º | 0.89% | 0.11% | - |
| HSV(B) | 286.25º | 0.94% | 0.2% | - |
| XYZ | 1.51 | 0.76 | 3.2 | - |
| YUV | 19.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 51 | 0.22 | 0.94 | 0 | 0.8 | 286.25 | 0.89 | 0.11 |
| Hex | 28 | 3 | 33 | 16 | 5E | 0 | 50 | 11E | 59 | B |
| Octal | 50 | 3 | 63 | 26 | 136 | 0 | 120 | 436 | 131 | 13 |
| Binary | 101000 | 11 | 110011 | 10110 | 1011110 | 0 | 1010000 | 100011110 | 1011001 | 1011 |
Color Harmonies of #280333
Complementary color
Monochromatic Colors of #280333
Black with #280333
Text Example
Text Example
White with #280333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280333; }
p { color: rgb(40,3,51); }
H1.HeaderClassName
{
color: #280333;
}
.AnyTagClassName
{
color: #280333;
}
</style>
background-color css
<style>
a { background-color: #280333; }
a { background-color: rgb(40,3,51); }
div.DivClassName
{
background-color: #280333;
}
.BgClassName
{
background-color: #280333;
}
</style>
border-color css
<style>
span { border-color: #280333; }
span { border-color: rgb(40,3,51); }
td.TdClassName
{
border-color: #280333;
}
.TagClassName
{
border-color: #280333;
}
</style>