Shades of Blackcurrant #28013C
Tints of Blackcurrant #28013C
RGB
CMYK
RGB Variations
Color information
#28013C (or 0x28013C) is known color: Blackcurrant. HEX triplet: 28, 01 and 3C. RGB value is (40,1,60). Sum of RGB (Red+Green+Blue) = 40+1+60=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #28013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28013C is #D7FEC3. Grayscale: #131313. Windows color (decimal): -14155460 or 3932456. OLE color: 3932456.
HSL color Cylindrical-coordinate representation of color #28013C: hue angle of 279.66º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28013C is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 1 | 60 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.76 |
| HSL | 279.66º | 0.97% | 0.12% | - |
| HSV(B) | 279.66º | 0.98% | 0.24% | - |
| XYZ | 1.7 | 0.8 | 4.34 | - |
| YUV | 19.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 60 | 0.33 | 0.98 | 0 | 0.76 | 279.66 | 0.97 | 0.12 |
| Hex | 28 | 1 | 3C | 21 | 62 | 0 | 4C | 118 | 61 | C |
| Octal | 50 | 1 | 74 | 41 | 142 | 0 | 114 | 430 | 141 | 14 |
| Binary | 101000 | 1 | 111100 | 100001 | 1100010 | 0 | 1001100 | 100011000 | 1100001 | 1100 |
Color Harmonies of #28013C
Complementary color
Monochromatic Colors of #28013C
Black with #28013C
Text Example
Text Example
White with #28013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28013C; }
p { color: rgb(40,1,60); }
H1.HeaderClassName
{
color: #28013C;
}
.AnyTagClassName
{
color: #28013C;
}
</style>
background-color css
<style>
a { background-color: #28013C; }
a { background-color: rgb(40,1,60); }
div.DivClassName
{
background-color: #28013C;
}
.BgClassName
{
background-color: #28013C;
}
</style>
border-color css
<style>
span { border-color: #28013C; }
span { border-color: rgb(40,1,60); }
td.TdClassName
{
border-color: #28013C;
}
.TagClassName
{
border-color: #28013C;
}
</style>