Shades of Blackcurrant #28023C
Tints of Blackcurrant #28023C
RGB
CMYK
RGB Variations
Color information
#28023C (or 0x28023C) is known color: Blackcurrant. HEX triplet: 28, 02 and 3C. RGB value is (40,2,60). Sum of RGB (Red+Green+Blue) = 40+2+60=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #28023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28023C is #D7FDC3. Grayscale: #131313. Windows color (decimal): -14155204 or 3932712. OLE color: 3932712.
HSL color Cylindrical-coordinate representation of color #28023C: hue angle of 279.31º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28023C is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 2 | 60 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.76 |
| HSL | 279.31º | 0.94% | 0.12% | - |
| HSV(B) | 279.31º | 0.97% | 0.24% | - |
| XYZ | 1.71 | 0.82 | 4.34 | - |
| YUV | 19.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 60 | 0.33 | 0.97 | 0 | 0.76 | 279.31 | 0.94 | 0.12 |
| Hex | 28 | 2 | 3C | 21 | 61 | 0 | 4C | 117 | 5E | C |
| Octal | 50 | 2 | 74 | 41 | 141 | 0 | 114 | 427 | 136 | 14 |
| Binary | 101000 | 10 | 111100 | 100001 | 1100001 | 0 | 1001100 | 100010111 | 1011110 | 1100 |
Color Harmonies of #28023C
Complementary color
Monochromatic Colors of #28023C
Black with #28023C
Text Example
Text Example
White with #28023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28023C; }
p { color: rgb(40,2,60); }
H1.HeaderClassName
{
color: #28023C;
}
.AnyTagClassName
{
color: #28023C;
}
</style>
background-color css
<style>
a { background-color: #28023C; }
a { background-color: rgb(40,2,60); }
div.DivClassName
{
background-color: #28023C;
}
.BgClassName
{
background-color: #28023C;
}
</style>
border-color css
<style>
span { border-color: #28023C; }
span { border-color: rgb(40,2,60); }
td.TdClassName
{
border-color: #28023C;
}
.TagClassName
{
border-color: #28023C;
}
</style>