Shades of Blackcurrant #28054B
Tints of Blackcurrant #28054B
RGB
CMYK
RGB Variations
Color information
#28054B (or 0x28054B) is known color: Blackcurrant. HEX triplet: 28, 05 and 4B. RGB value is (40,5,75). Sum of RGB (Red+Green+Blue) = 40+5+75=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #28054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28054B is #D7FAB4. Grayscale: #171717. Windows color (decimal): -14154421 or 4916520. OLE color: 4916520.
HSL color Cylindrical-coordinate representation of color #28054B: hue angle of 270º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28054B is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 5 | 75 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.71 |
| HSL | 270º | 0.88% | 0.16% | - |
| HSV(B) | 270º | 0.93% | 0.29% | - |
| XYZ | 2.2 | 1.07 | 6.75 | - |
| YUV | 23.45 | 157.1 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 75 | 0.47 | 0.93 | 0 | 0.71 | 270 | 0.88 | 0.16 |
| Hex | 28 | 5 | 4B | 2F | 5D | 0 | 47 | 10E | 58 | 10 |
| Octal | 50 | 5 | 113 | 57 | 135 | 0 | 107 | 416 | 130 | 20 |
| Binary | 101000 | 101 | 1001011 | 101111 | 1011101 | 0 | 1000111 | 100001110 | 1011000 | 10000 |
Color Harmonies of #28054B
Complementary color
Monochromatic Colors of #28054B
Black with #28054B
Text Example
Text Example
White with #28054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28054B; }
p { color: rgb(40,5,75); }
H1.HeaderClassName
{
color: #28054B;
}
.AnyTagClassName
{
color: #28054B;
}
</style>
background-color css
<style>
a { background-color: #28054B; }
a { background-color: rgb(40,5,75); }
div.DivClassName
{
background-color: #28054B;
}
.BgClassName
{
background-color: #28054B;
}
</style>
border-color css
<style>
span { border-color: #28054B; }
span { border-color: rgb(40,5,75); }
td.TdClassName
{
border-color: #28054B;
}
.TagClassName
{
border-color: #28054B;
}
</style>