Shades of Blackcurrant #28232D
Tints of Blackcurrant #28232D
RGB
CMYK
RGB Variations
Color information
#28232D (or 0x28232D) is known color: Blackcurrant. HEX triplet: 28, 23 and 2D. RGB value is (40,35,45). Sum of RGB (Red+Green+Blue) = 40+35+45=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 45 - color contains mainly: blue. Hex color #28232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28232D is #D7DCD2. Grayscale: #252525. Windows color (decimal): -14146771 or 2958120. OLE color: 2958120.
HSL color Cylindrical-coordinate representation of color #28232D: hue angle of 270º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #28232D is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 35 | 45 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.82 |
| HSL | 270º | 0.13% | 0.16% | - |
| HSV(B) | 270º | 0.22% | 0.18% | - |
| XYZ | 1.95 | 1.84 | 2.74 | - |
| YUV | 37.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 45 | 0.11 | 0.22 | 0 | 0.82 | 270 | 0.13 | 0.16 |
| Hex | 28 | 23 | 2D | B | 16 | 0 | 52 | 10E | C | 10 |
| Octal | 50 | 43 | 55 | 13 | 26 | 0 | 122 | 416 | 14 | 20 |
| Binary | 101000 | 100011 | 101101 | 1011 | 10110 | 0 | 1010010 | 100001110 | 1100 | 10000 |
Color Harmonies of #28232D
Complementary color
Monochromatic Colors of #28232D
Black with #28232D
Text Example
Text Example
White with #28232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28232D; }
p { color: rgb(40,35,45); }
H1.HeaderClassName
{
color: #28232D;
}
.AnyTagClassName
{
color: #28232D;
}
</style>
background-color css
<style>
a { background-color: #28232D; }
a { background-color: rgb(40,35,45); }
div.DivClassName
{
background-color: #28232D;
}
.BgClassName
{
background-color: #28232D;
}
</style>
border-color css
<style>
span { border-color: #28232D; }
span { border-color: rgb(40,35,45); }
td.TdClassName
{
border-color: #28232D;
}
.TagClassName
{
border-color: #28232D;
}
</style>