Shades of Blackcurrant #280343
Tints of Blackcurrant #280343
RGB
CMYK
RGB Variations
Color information
#280343 (or 0x280343) is known color: Blackcurrant. HEX triplet: 28, 03 and 43. RGB value is (40,3,67). Sum of RGB (Red+Green+Blue) = 40+3+67=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #280343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280343 is #D7FCBC. Grayscale: #151515. Windows color (decimal): -14154941 or 4391720. OLE color: 4391720.
HSL color Cylindrical-coordinate representation of color #280343: hue angle of 274.69º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280343 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 3 | 67 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.74 |
| HSL | 274.69º | 0.91% | 0.14% | - |
| HSV(B) | 274.69º | 0.96% | 0.26% | - |
| XYZ | 1.92 | 0.92 | 5.39 | - |
| YUV | 21.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 67 | 0.40 | 0.96 | 0 | 0.74 | 274.69 | 0.91 | 0.14 |
| Hex | 28 | 3 | 43 | 28 | 60 | 0 | 4A | 113 | 5B | E |
| Octal | 50 | 3 | 103 | 50 | 140 | 0 | 112 | 423 | 133 | 16 |
| Binary | 101000 | 11 | 1000011 | 101000 | 1100000 | 0 | 1001010 | 100010011 | 1011011 | 1110 |
Color Harmonies of #280343
Complementary color
Monochromatic Colors of #280343
Black with #280343
Text Example
Text Example
White with #280343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280343; }
p { color: rgb(40,3,67); }
H1.HeaderClassName
{
color: #280343;
}
.AnyTagClassName
{
color: #280343;
}
</style>
background-color css
<style>
a { background-color: #280343; }
a { background-color: rgb(40,3,67); }
div.DivClassName
{
background-color: #280343;
}
.BgClassName
{
background-color: #280343;
}
</style>
border-color css
<style>
span { border-color: #280343; }
span { border-color: rgb(40,3,67); }
td.TdClassName
{
border-color: #280343;
}
.TagClassName
{
border-color: #280343;
}
</style>