Shades of Blackcurrant #28042C
Tints of Blackcurrant #28042C
RGB
CMYK
RGB Variations
Color information
#28042C (or 0x28042C) is known color: Blackcurrant. HEX triplet: 28, 04 and 2C. RGB value is (40,4,44). Sum of RGB (Red+Green+Blue) = 40+4+44=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #28042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28042C is #D7FBD3. Grayscale: #131313. Windows color (decimal): -14154708 or 2884648. OLE color: 2884648.
HSL color Cylindrical-coordinate representation of color #28042C: hue angle of 294º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28042C is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 4 | 44 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.83 |
| HSL | 294º | 0.83% | 0.09% | - |
| HSV(B) | 294º | 0.91% | 0.17% | - |
| XYZ | 1.37 | 0.72 | 2.45 | - |
| YUV | 19.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 44 | 0.09 | 0.91 | 0 | 0.83 | 294 | 0.83 | 0.09 |
| Hex | 28 | 4 | 2C | 9 | 5B | 0 | 53 | 126 | 53 | 9 |
| Octal | 50 | 4 | 54 | 11 | 133 | 0 | 123 | 446 | 123 | 11 |
| Binary | 101000 | 100 | 101100 | 1001 | 1011011 | 0 | 1010011 | 100100110 | 1010011 | 1001 |
Color Harmonies of #28042C
Complementary color
Monochromatic Colors of #28042C
Black with #28042C
Text Example
Text Example
White with #28042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28042C; }
p { color: rgb(40,4,44); }
H1.HeaderClassName
{
color: #28042C;
}
.AnyTagClassName
{
color: #28042C;
}
</style>
background-color css
<style>
a { background-color: #28042C; }
a { background-color: rgb(40,4,44); }
div.DivClassName
{
background-color: #28042C;
}
.BgClassName
{
background-color: #28042C;
}
</style>
border-color css
<style>
span { border-color: #28042C; }
span { border-color: rgb(40,4,44); }
td.TdClassName
{
border-color: #28042C;
}
.TagClassName
{
border-color: #28042C;
}
</style>