Shades of Blackcurrant #280638
Tints of Blackcurrant #280638
RGB
CMYK
RGB Variations
Color information
#280638 (or 0x280638) is known color: Blackcurrant. HEX triplet: 28, 06 and 38. RGB value is (40,6,56). Sum of RGB (Red+Green+Blue) = 40+6+56=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 56 (22.27% from 255 or 54.90% from 102); Max value from RGB is 56 - color contains mainly: blue. Hex color #280638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280638 is #D7F9C7. Grayscale: #151515. Windows color (decimal): -14154184 or 3671592. OLE color: 3671592.
HSL color Cylindrical-coordinate representation of color #280638: hue angle of 280.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280638 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 6 | 56 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.78 |
| HSL | 280.8º | 0.81% | 0.12% | - |
| HSV(B) | 280.8º | 0.89% | 0.22% | - |
| XYZ | 1.65 | 0.87 | 3.82 | - |
| YUV | 21.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 56 | 0.29 | 0.89 | 0 | 0.78 | 280.8 | 0.81 | 0.12 |
| Hex | 28 | 6 | 38 | 1D | 59 | 0 | 4E | 119 | 51 | C |
| Octal | 50 | 6 | 70 | 35 | 131 | 0 | 116 | 431 | 121 | 14 |
| Binary | 101000 | 110 | 111000 | 11101 | 1011001 | 0 | 1001110 | 100011001 | 1010001 | 1100 |
Color Harmonies of #280638
Complementary color
Monochromatic Colors of #280638
Black with #280638
Text Example
Text Example
White with #280638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280638; }
p { color: rgb(40,6,56); }
H1.HeaderClassName
{
color: #280638;
}
.AnyTagClassName
{
color: #280638;
}
</style>
background-color css
<style>
a { background-color: #280638; }
a { background-color: rgb(40,6,56); }
div.DivClassName
{
background-color: #280638;
}
.BgClassName
{
background-color: #280638;
}
</style>
border-color css
<style>
span { border-color: #280638; }
span { border-color: rgb(40,6,56); }
td.TdClassName
{
border-color: #280638;
}
.TagClassName
{
border-color: #280638;
}
</style>