Shades of Blackcurrant #280D31
Tints of Blackcurrant #280D31
RGB
CMYK
RGB Variations
Color information
#280D31 (or 0x280D31) is known color: Blackcurrant. HEX triplet: 28, 0D and 31. RGB value is (40,13,49). Sum of RGB (Red+Green+Blue) = 40+13+49=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #280D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D31 is #D7F2CE. Grayscale: #191919. Windows color (decimal): -14152399 or 3214632. OLE color: 3214632.
HSL color Cylindrical-coordinate representation of color #280D31: hue angle of 285º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280D31 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 13 | 49 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.81 |
| HSL | 285º | 0.58% | 0.12% | - |
| HSV(B) | 285º | 0.73% | 0.19% | - |
| XYZ | 1.57 | 0.96 | 3.01 | - |
| YUV | 25.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 49 | 0.18 | 0.73 | 0 | 0.81 | 285 | 0.58 | 0.12 |
| Hex | 28 | D | 31 | 12 | 49 | 0 | 51 | 11D | 3A | C |
| Octal | 50 | 15 | 61 | 22 | 111 | 0 | 121 | 435 | 72 | 14 |
| Binary | 101000 | 1101 | 110001 | 10010 | 1001001 | 0 | 1010001 | 100011101 | 111010 | 1100 |
Color Harmonies of #280D31
Complementary color
Monochromatic Colors of #280D31
Black with #280D31
Text Example
Text Example
White with #280D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D31; }
p { color: rgb(40,13,49); }
H1.HeaderClassName
{
color: #280D31;
}
.AnyTagClassName
{
color: #280D31;
}
</style>
background-color css
<style>
a { background-color: #280D31; }
a { background-color: rgb(40,13,49); }
div.DivClassName
{
background-color: #280D31;
}
.BgClassName
{
background-color: #280D31;
}
</style>
border-color css
<style>
span { border-color: #280D31; }
span { border-color: rgb(40,13,49); }
td.TdClassName
{
border-color: #280D31;
}
.TagClassName
{
border-color: #280D31;
}
</style>