Shades of Blackcurrant #28202B
Tints of Blackcurrant #28202B
RGB
CMYK
RGB Variations
Color information
#28202B (or 0x28202B) is known color: Blackcurrant. HEX triplet: 28, 20 and 2B. RGB value is (40,32,43). Sum of RGB (Red+Green+Blue) = 40+32+43=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 43 - color contains mainly: blue. Hex color #28202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28202B is #D7DFD4. Grayscale: #232323. Windows color (decimal): -14147541 or 2826280. OLE color: 2826280.
HSL color Cylindrical-coordinate representation of color #28202B: hue angle of 283.64º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #28202B is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 32 | 43 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.83 |
| HSL | 283.64º | 0.15% | 0.15% | - |
| HSV(B) | 283.64º | 0.26% | 0.17% | - |
| XYZ | 1.83 | 1.66 | 2.51 | - |
| YUV | 35.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 43 | 0.07 | 0.26 | 0 | 0.83 | 283.64 | 0.15 | 0.15 |
| Hex | 28 | 20 | 2B | 7 | 1A | 0 | 53 | 11C | F | F |
| Octal | 50 | 40 | 53 | 7 | 32 | 0 | 123 | 434 | 17 | 17 |
| Binary | 101000 | 100000 | 101011 | 111 | 11010 | 0 | 1010011 | 100011100 | 1111 | 1111 |
Color Harmonies of #28202B
Complementary color
Monochromatic Colors of #28202B
Black with #28202B
Text Example
Text Example
White with #28202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28202B; }
p { color: rgb(40,32,43); }
H1.HeaderClassName
{
color: #28202B;
}
.AnyTagClassName
{
color: #28202B;
}
</style>
background-color css
<style>
a { background-color: #28202B; }
a { background-color: rgb(40,32,43); }
div.DivClassName
{
background-color: #28202B;
}
.BgClassName
{
background-color: #28202B;
}
</style>
border-color css
<style>
span { border-color: #28202B; }
span { border-color: rgb(40,32,43); }
td.TdClassName
{
border-color: #28202B;
}
.TagClassName
{
border-color: #28202B;
}
</style>