Shades of Blackcurrant #28143D
Tints of Blackcurrant #28143D
RGB
CMYK
RGB Variations
Color information
#28143D (or 0x28143D) is known color: Blackcurrant. HEX triplet: 28, 14 and 3D. RGB value is (40,20,61). Sum of RGB (Red+Green+Blue) = 40+20+61=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #28143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28143D is #D7EBC2. Grayscale: #1E1E1E. Windows color (decimal): -14150595 or 4002856. OLE color: 4002856.
HSL color Cylindrical-coordinate representation of color #28143D: hue angle of 269.27º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28143D is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 20 | 61 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.76 |
| HSL | 269.27º | 0.51% | 0.16% | - |
| HSV(B) | 269.27º | 0.67% | 0.24% | - |
| XYZ | 1.97 | 1.29 | 4.56 | - |
| YUV | 30.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 61 | 0.34 | 0.67 | 0 | 0.76 | 269.27 | 0.51 | 0.16 |
| Hex | 28 | 14 | 3D | 22 | 43 | 0 | 4C | 10D | 33 | 10 |
| Octal | 50 | 24 | 75 | 42 | 103 | 0 | 114 | 415 | 63 | 20 |
| Binary | 101000 | 10100 | 111101 | 100010 | 1000011 | 0 | 1001100 | 100001101 | 110011 | 10000 |
Color Harmonies of #28143D
Complementary color
Monochromatic Colors of #28143D
Black with #28143D
Text Example
Text Example
White with #28143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28143D; }
p { color: rgb(40,20,61); }
H1.HeaderClassName
{
color: #28143D;
}
.AnyTagClassName
{
color: #28143D;
}
</style>
background-color css
<style>
a { background-color: #28143D; }
a { background-color: rgb(40,20,61); }
div.DivClassName
{
background-color: #28143D;
}
.BgClassName
{
background-color: #28143D;
}
</style>
border-color css
<style>
span { border-color: #28143D; }
span { border-color: rgb(40,20,61); }
td.TdClassName
{
border-color: #28143D;
}
.TagClassName
{
border-color: #28143D;
}
</style>