Shades of Blackcurrant #28003C
Tints of Blackcurrant #28003C
RGB
CMYK
RGB Variations
Color information
#28003C (or 0x28003C) is known color: Blackcurrant. HEX triplet: 28, 00 and 3C. RGB value is (40,0,60). Sum of RGB (Red+Green+Blue) = 40+0+60=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #28003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28003C is #D7FFC3. Grayscale: #121212. Windows color (decimal): -14155716 or 3932200. OLE color: 3932200.
HSL color Cylindrical-coordinate representation of color #28003C: hue angle of 280º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28003C is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 0 | 60 | - |
| CMYK | 0.33 | 1 | 0 | 0.76 |
| HSL | 280º | 1% | 0.12% | - |
| HSV(B) | 280º | 1% | 0.24% | - |
| XYZ | 1.69 | 0.78 | 4.34 | - |
| YUV | 18.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 60 | 0.33 | 1 | 0 | 0.76 | 280 | 1 | 0.12 |
| Hex | 28 | 0 | 3C | 21 | 64 | 0 | 4C | 118 | 64 | C |
| Octal | 50 | 0 | 74 | 41 | 144 | 0 | 114 | 430 | 144 | 14 |
| Binary | 101000 | 0 | 111100 | 100001 | 1100100 | 0 | 1001100 | 100011000 | 1100100 | 1100 |
Color Harmonies of #28003C
Complementary color
Monochromatic Colors of #28003C
Black with #28003C
Text Example
Text Example
White with #28003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28003C; }
p { color: rgb(40,0,60); }
H1.HeaderClassName
{
color: #28003C;
}
.AnyTagClassName
{
color: #28003C;
}
</style>
background-color css
<style>
a { background-color: #28003C; }
a { background-color: rgb(40,0,60); }
div.DivClassName
{
background-color: #28003C;
}
.BgClassName
{
background-color: #28003C;
}
</style>
border-color css
<style>
span { border-color: #28003C; }
span { border-color: rgb(40,0,60); }
td.TdClassName
{
border-color: #28003C;
}
.TagClassName
{
border-color: #28003C;
}
</style>