Shades of Blackcurrant #28153F
Tints of Blackcurrant #28153F
RGB
CMYK
RGB Variations
Color information
#28153F (or 0x28153F) is known color: Blackcurrant. HEX triplet: 28, 15 and 3F. RGB value is (40,21,63). Sum of RGB (Red+Green+Blue) = 40+21+63=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #28153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28153F is #D7EAC0. Grayscale: #1F1F1F. Windows color (decimal): -14150337 or 4134184. OLE color: 4134184.
HSL color Cylindrical-coordinate representation of color #28153F: hue angle of 267.14º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28153F is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 21 | 63 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.75 |
| HSL | 267.14º | 0.5% | 0.16% | - |
| HSV(B) | 267.14º | 0.67% | 0.25% | - |
| XYZ | 2.04 | 1.35 | 4.85 | - |
| YUV | 31.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 63 | 0.37 | 0.67 | 0 | 0.75 | 267.14 | 0.5 | 0.16 |
| Hex | 28 | 15 | 3F | 25 | 43 | 0 | 4B | 10B | 32 | 10 |
| Octal | 50 | 25 | 77 | 45 | 103 | 0 | 113 | 413 | 62 | 20 |
| Binary | 101000 | 10101 | 111111 | 100101 | 1000011 | 0 | 1001011 | 100001011 | 110010 | 10000 |
Color Harmonies of #28153F
Complementary color
Monochromatic Colors of #28153F
Black with #28153F
Text Example
Text Example
White with #28153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28153F; }
p { color: rgb(40,21,63); }
H1.HeaderClassName
{
color: #28153F;
}
.AnyTagClassName
{
color: #28153F;
}
</style>
background-color css
<style>
a { background-color: #28153F; }
a { background-color: rgb(40,21,63); }
div.DivClassName
{
background-color: #28153F;
}
.BgClassName
{
background-color: #28153F;
}
</style>
border-color css
<style>
span { border-color: #28153F; }
span { border-color: rgb(40,21,63); }
td.TdClassName
{
border-color: #28153F;
}
.TagClassName
{
border-color: #28153F;
}
</style>