Shades of Blackcurrant #280C4A
Tints of Blackcurrant #280C4A
RGB
CMYK
RGB Variations
Color information
#280C4A (or 0x280C4A) is known color: Blackcurrant. HEX triplet: 28, 0C and 4A. RGB value is (40,12,74). Sum of RGB (Red+Green+Blue) = 40+12+74=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #280C4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C4A is #D7F3B5. Grayscale: #1B1B1B. Windows color (decimal): -14152630 or 4852776. OLE color: 4852776.
HSL color Cylindrical-coordinate representation of color #280C4A: hue angle of 267.1º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #280C4A is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 12 | 74 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.71 |
| HSL | 267.1º | 0.72% | 0.17% | - |
| HSV(B) | 267.1º | 0.84% | 0.29% | - |
| XYZ | 2.24 | 1.21 | 6.59 | - |
| YUV | 27.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 74 | 0.46 | 0.84 | 0 | 0.71 | 267.1 | 0.72 | 0.17 |
| Hex | 28 | C | 4A | 2E | 54 | 0 | 47 | 10B | 48 | 11 |
| Octal | 50 | 14 | 112 | 56 | 124 | 0 | 107 | 413 | 110 | 21 |
| Binary | 101000 | 1100 | 1001010 | 101110 | 1010100 | 0 | 1000111 | 100001011 | 1001000 | 10001 |
Color Harmonies of #280C4A
Complementary color
Monochromatic Colors of #280C4A
Black with #280C4A
Text Example
Text Example
White with #280C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C4A; }
p { color: rgb(40,12,74); }
H1.HeaderClassName
{
color: #280C4A;
}
.AnyTagClassName
{
color: #280C4A;
}
</style>
background-color css
<style>
a { background-color: #280C4A; }
a { background-color: rgb(40,12,74); }
div.DivClassName
{
background-color: #280C4A;
}
.BgClassName
{
background-color: #280C4A;
}
</style>
border-color css
<style>
span { border-color: #280C4A; }
span { border-color: rgb(40,12,74); }
td.TdClassName
{
border-color: #280C4A;
}
.TagClassName
{
border-color: #280C4A;
}
</style>