Shades of Blackcurrant #28074D
Tints of Blackcurrant #28074D
RGB
CMYK
RGB Variations
Color information
#28074D (or 0x28074D) is known color: Blackcurrant. HEX triplet: 28, 07 and 4D. RGB value is (40,7,77). Sum of RGB (Red+Green+Blue) = 40+7+77=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #28074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28074D is #D7F8B2. Grayscale: #181818. Windows color (decimal): -14153907 or 5048104. OLE color: 5048104.
HSL color Cylindrical-coordinate representation of color #28074D: hue angle of 268.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28074D is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 7 | 77 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.70 |
| HSL | 268.29º | 0.83% | 0.16% | - |
| HSV(B) | 268.29º | 0.91% | 0.3% | - |
| XYZ | 2.29 | 1.14 | 7.12 | - |
| YUV | 24.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 77 | 0.48 | 0.91 | 0 | 0.70 | 268.29 | 0.83 | 0.16 |
| Hex | 28 | 7 | 4D | 30 | 5B | 0 | 46 | 10C | 53 | 10 |
| Octal | 50 | 7 | 115 | 60 | 133 | 0 | 106 | 414 | 123 | 20 |
| Binary | 101000 | 111 | 1001101 | 110000 | 1011011 | 0 | 1000110 | 100001100 | 1010011 | 10000 |
Color Harmonies of #28074D
Complementary color
Monochromatic Colors of #28074D
Black with #28074D
Text Example
Text Example
White with #28074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28074D; }
p { color: rgb(40,7,77); }
H1.HeaderClassName
{
color: #28074D;
}
.AnyTagClassName
{
color: #28074D;
}
</style>
background-color css
<style>
a { background-color: #28074D; }
a { background-color: rgb(40,7,77); }
div.DivClassName
{
background-color: #28074D;
}
.BgClassName
{
background-color: #28074D;
}
</style>
border-color css
<style>
span { border-color: #28074D; }
span { border-color: rgb(40,7,77); }
td.TdClassName
{
border-color: #28074D;
}
.TagClassName
{
border-color: #28074D;
}
</style>