Shades of Blackcurrant #280D30
Tints of Blackcurrant #280D30
RGB
CMYK
RGB Variations
Color information
#280D30 (or 0x280D30) is known color: Blackcurrant. HEX triplet: 28, 0D and 30. RGB value is (40,13,48). Sum of RGB (Red+Green+Blue) = 40+13+48=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #280D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D30 is #D7F2CF. Grayscale: #181818. Windows color (decimal): -14152400 or 3149096. OLE color: 3149096.
HSL color Cylindrical-coordinate representation of color #280D30: hue angle of 286.29º degrees, saturation: 0.57, 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 #280D30 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 13 | 48 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.81 |
| HSL | 286.29º | 0.57% | 0.12% | - |
| HSV(B) | 286.29º | 0.73% | 0.19% | - |
| XYZ | 1.55 | 0.95 | 2.9 | - |
| YUV | 25.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 48 | 0.17 | 0.73 | 0 | 0.81 | 286.29 | 0.57 | 0.12 |
| Hex | 28 | D | 30 | 11 | 49 | 0 | 51 | 11E | 39 | C |
| Octal | 50 | 15 | 60 | 21 | 111 | 0 | 121 | 436 | 71 | 14 |
| Binary | 101000 | 1101 | 110000 | 10001 | 1001001 | 0 | 1010001 | 100011110 | 111001 | 1100 |
Color Harmonies of #280D30
Complementary color
Monochromatic Colors of #280D30
Black with #280D30
Text Example
Text Example
White with #280D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D30; }
p { color: rgb(40,13,48); }
H1.HeaderClassName
{
color: #280D30;
}
.AnyTagClassName
{
color: #280D30;
}
</style>
background-color css
<style>
a { background-color: #280D30; }
a { background-color: rgb(40,13,48); }
div.DivClassName
{
background-color: #280D30;
}
.BgClassName
{
background-color: #280D30;
}
</style>
border-color css
<style>
span { border-color: #280D30; }
span { border-color: rgb(40,13,48); }
td.TdClassName
{
border-color: #280D30;
}
.TagClassName
{
border-color: #280D30;
}
</style>