Shades of Blackcurrant #28053C
Tints of Blackcurrant #28053C
RGB
CMYK
RGB Variations
Color information
#28053C (or 0x28053C) is known color: Blackcurrant. HEX triplet: 28, 05 and 3C. RGB value is (40,5,60). Sum of RGB (Red+Green+Blue) = 40+5+60=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #28053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28053C is #D7FAC3. Grayscale: #151515. Windows color (decimal): -14154436 or 3933480. OLE color: 3933480.
HSL color Cylindrical-coordinate representation of color #28053C: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28053C is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 5 | 60 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.76 |
| HSL | 278.18º | 0.85% | 0.13% | - |
| HSV(B) | 278.18º | 0.92% | 0.24% | - |
| XYZ | 1.74 | 0.89 | 4.35 | - |
| YUV | 21.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 60 | 0.33 | 0.92 | 0 | 0.76 | 278.18 | 0.85 | 0.13 |
| Hex | 28 | 5 | 3C | 21 | 5C | 0 | 4C | 116 | 55 | D |
| Octal | 50 | 5 | 74 | 41 | 134 | 0 | 114 | 426 | 125 | 15 |
| Binary | 101000 | 101 | 111100 | 100001 | 1011100 | 0 | 1001100 | 100010110 | 1010101 | 1101 |
Color Harmonies of #28053C
Complementary color
Monochromatic Colors of #28053C
Black with #28053C
Text Example
Text Example
White with #28053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28053C; }
p { color: rgb(40,5,60); }
H1.HeaderClassName
{
color: #28053C;
}
.AnyTagClassName
{
color: #28053C;
}
</style>
background-color css
<style>
a { background-color: #28053C; }
a { background-color: rgb(40,5,60); }
div.DivClassName
{
background-color: #28053C;
}
.BgClassName
{
background-color: #28053C;
}
</style>
border-color css
<style>
span { border-color: #28053C; }
span { border-color: rgb(40,5,60); }
td.TdClassName
{
border-color: #28053C;
}
.TagClassName
{
border-color: #28053C;
}
</style>