Shades of Blackcurrant #28152D
Tints of Blackcurrant #28152D
RGB
CMYK
RGB Variations
Color information
#28152D (or 0x28152D) is known color: Blackcurrant. HEX triplet: 28, 15 and 2D. RGB value is (40,21,45). Sum of RGB (Red+Green+Blue) = 40+21+45=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #28152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28152D is #D7EAD2. Grayscale: #1D1D1D. Windows color (decimal): -14150355 or 2954536. OLE color: 2954536.
HSL color Cylindrical-coordinate representation of color #28152D: hue angle of 287.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28152D is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 21 | 45 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.82 |
| HSL | 287.5º | 0.36% | 0.13% | - |
| HSV(B) | 287.5º | 0.53% | 0.18% | - |
| XYZ | 1.62 | 1.18 | 2.62 | - |
| YUV | 29.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 45 | 0.11 | 0.53 | 0 | 0.82 | 287.5 | 0.36 | 0.13 |
| Hex | 28 | 15 | 2D | B | 35 | 0 | 52 | 120 | 24 | D |
| Octal | 50 | 25 | 55 | 13 | 65 | 0 | 122 | 440 | 44 | 15 |
| Binary | 101000 | 10101 | 101101 | 1011 | 110101 | 0 | 1010010 | 100100000 | 100100 | 1101 |
Color Harmonies of #28152D
Complementary color
Monochromatic Colors of #28152D
Black with #28152D
Text Example
Text Example
White with #28152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28152D; }
p { color: rgb(40,21,45); }
H1.HeaderClassName
{
color: #28152D;
}
.AnyTagClassName
{
color: #28152D;
}
</style>
background-color css
<style>
a { background-color: #28152D; }
a { background-color: rgb(40,21,45); }
div.DivClassName
{
background-color: #28152D;
}
.BgClassName
{
background-color: #28152D;
}
</style>
border-color css
<style>
span { border-color: #28152D; }
span { border-color: rgb(40,21,45); }
td.TdClassName
{
border-color: #28152D;
}
.TagClassName
{
border-color: #28152D;
}
</style>