Shades of Blackcurrant #280D40
Tints of Blackcurrant #280D40
RGB
CMYK
RGB Variations
Color information
#280D40 (or 0x280D40) is known color: Blackcurrant. HEX triplet: 28, 0D and 40. RGB value is (40,13,64). Sum of RGB (Red+Green+Blue) = 40+13+64=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #280D40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D40 is #D7F2BF. Grayscale: #1A1A1A. Windows color (decimal): -14152384 or 4197672. OLE color: 4197672.
HSL color Cylindrical-coordinate representation of color #280D40: hue angle of 271.76º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280D40 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 13 | 64 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.75 |
| HSL | 271.76º | 0.66% | 0.15% | - |
| HSV(B) | 271.76º | 0.8% | 0.25% | - |
| XYZ | 1.94 | 1.11 | 4.96 | - |
| YUV | 26.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 64 | 0.38 | 0.80 | 0 | 0.75 | 271.76 | 0.66 | 0.15 |
| Hex | 28 | D | 40 | 26 | 50 | 0 | 4B | 110 | 42 | F |
| Octal | 50 | 15 | 100 | 46 | 120 | 0 | 113 | 420 | 102 | 17 |
| Binary | 101000 | 1101 | 1000000 | 100110 | 1010000 | 0 | 1001011 | 100010000 | 1000010 | 1111 |
Color Harmonies of #280D40
Complementary color
Monochromatic Colors of #280D40
Black with #280D40
Text Example
Text Example
White with #280D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D40; }
p { color: rgb(40,13,64); }
H1.HeaderClassName
{
color: #280D40;
}
.AnyTagClassName
{
color: #280D40;
}
</style>
background-color css
<style>
a { background-color: #280D40; }
a { background-color: rgb(40,13,64); }
div.DivClassName
{
background-color: #280D40;
}
.BgClassName
{
background-color: #280D40;
}
</style>
border-color css
<style>
span { border-color: #280D40; }
span { border-color: rgb(40,13,64); }
td.TdClassName
{
border-color: #280D40;
}
.TagClassName
{
border-color: #280D40;
}
</style>