Shades of Blackcurrant #28242A
Tints of Blackcurrant #28242A
RGB
CMYK
RGB Variations
Color information
#28242A (or 0x28242A) is known color: Blackcurrant. HEX triplet: 28, 24 and 2A. RGB value is (40,36,42). Sum of RGB (Red+Green+Blue) = 40+36+42=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 42 - color contains mainly: blue. Hex color #28242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28242A is #D7DBD5. Grayscale: #252525. Windows color (decimal): -14146518 or 2761768. OLE color: 2761768.
HSL color Cylindrical-coordinate representation of color #28242A: hue angle of 280º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #28242A is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 36 | 42 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.84 |
| HSL | 280º | 0.08% | 0.15% | - |
| HSV(B) | 280º | 0.14% | 0.16% | - |
| XYZ | 1.92 | 1.88 | 2.45 | - |
| YUV | 37.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 42 | 0.05 | 0.14 | 0 | 0.84 | 280 | 0.08 | 0.15 |
| Hex | 28 | 24 | 2A | 5 | E | 0 | 54 | 118 | 8 | F |
| Octal | 50 | 44 | 52 | 5 | 16 | 0 | 124 | 430 | 10 | 17 |
| Binary | 101000 | 100100 | 101010 | 101 | 1110 | 0 | 1010100 | 100011000 | 1000 | 1111 |
Color Harmonies of #28242A
Complementary color
Monochromatic Colors of #28242A
Black with #28242A
Text Example
Text Example
White with #28242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28242A; }
p { color: rgb(40,36,42); }
H1.HeaderClassName
{
color: #28242A;
}
.AnyTagClassName
{
color: #28242A;
}
</style>
background-color css
<style>
a { background-color: #28242A; }
a { background-color: rgb(40,36,42); }
div.DivClassName
{
background-color: #28242A;
}
.BgClassName
{
background-color: #28242A;
}
</style>
border-color css
<style>
span { border-color: #28242A; }
span { border-color: rgb(40,36,42); }
td.TdClassName
{
border-color: #28242A;
}
.TagClassName
{
border-color: #28242A;
}
</style>