Shades of Blackcurrant #28242C
Tints of Blackcurrant #28242C
RGB
CMYK
RGB Variations
Color information
#28242C (or 0x28242C) is known color: Blackcurrant. HEX triplet: 28, 24 and 2C. RGB value is (40,36,44). Sum of RGB (Red+Green+Blue) = 40+36+44=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 44 - color contains mainly: blue. Hex color #28242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28242C is #D7DBD3. Grayscale: #262626. Windows color (decimal): -14146516 or 2892840. OLE color: 2892840.
HSL color Cylindrical-coordinate representation of color #28242C: hue angle of 270º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #28242C is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 36 | 44 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.83 |
| HSL | 270º | 0.1% | 0.16% | - |
| HSV(B) | 270º | 0.18% | 0.17% | - |
| XYZ | 1.96 | 1.89 | 2.65 | - |
| YUV | 38.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 44 | 0.09 | 0.18 | 0 | 0.83 | 270 | 0.1 | 0.16 |
| Hex | 28 | 24 | 2C | 9 | 12 | 0 | 53 | 10E | A | 10 |
| Octal | 50 | 44 | 54 | 11 | 22 | 0 | 123 | 416 | 12 | 20 |
| Binary | 101000 | 100100 | 101100 | 1001 | 10010 | 0 | 1010011 | 100001110 | 1010 | 10000 |
Color Harmonies of #28242C
Complementary color
Monochromatic Colors of #28242C
Black with #28242C
Text Example
Text Example
White with #28242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28242C; }
p { color: rgb(40,36,44); }
H1.HeaderClassName
{
color: #28242C;
}
.AnyTagClassName
{
color: #28242C;
}
</style>
background-color css
<style>
a { background-color: #28242C; }
a { background-color: rgb(40,36,44); }
div.DivClassName
{
background-color: #28242C;
}
.BgClassName
{
background-color: #28242C;
}
</style>
border-color css
<style>
span { border-color: #28242C; }
span { border-color: rgb(40,36,44); }
td.TdClassName
{
border-color: #28242C;
}
.TagClassName
{
border-color: #28242C;
}
</style>