Shades of Blackcurrant #28004F
Tints of Blackcurrant #28004F
RGB
CMYK
RGB Variations
Color information
#28004F (or 0x28004F) is known color: Blackcurrant. HEX triplet: 28, 00 and 4F. RGB value is (40,0,79). Sum of RGB (Red+Green+Blue) = 40+0+79=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #28004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28004F is #D7FFB0. Grayscale: #141414. Windows color (decimal): -14155697 or 5177384. OLE color: 5177384.
HSL color Cylindrical-coordinate representation of color #28004F: hue angle of 270.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28004F is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 0 | 79 | - |
| CMYK | 0.49 | 1 | 0 | 0.69 |
| HSL | 270.38º | 1% | 0.15% | - |
| HSV(B) | 270.38º | 1% | 0.31% | - |
| XYZ | 2.29 | 1.02 | 7.47 | - |
| YUV | 20.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 79 | 0.49 | 1 | 0 | 0.69 | 270.38 | 1 | 0.15 |
| Hex | 28 | 0 | 4F | 31 | 64 | 0 | 45 | 10E | 64 | F |
| Octal | 50 | 0 | 117 | 61 | 144 | 0 | 105 | 416 | 144 | 17 |
| Binary | 101000 | 0 | 1001111 | 110001 | 1100100 | 0 | 1000101 | 100001110 | 1100100 | 1111 |
Color Harmonies of #28004F
Complementary color
Monochromatic Colors of #28004F
Black with #28004F
Text Example
Text Example
White with #28004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28004F; }
p { color: rgb(40,0,79); }
H1.HeaderClassName
{
color: #28004F;
}
.AnyTagClassName
{
color: #28004F;
}
</style>
background-color css
<style>
a { background-color: #28004F; }
a { background-color: rgb(40,0,79); }
div.DivClassName
{
background-color: #28004F;
}
.BgClassName
{
background-color: #28004F;
}
</style>
border-color css
<style>
span { border-color: #28004F; }
span { border-color: rgb(40,0,79); }
td.TdClassName
{
border-color: #28004F;
}
.TagClassName
{
border-color: #28004F;
}
</style>