Shades of Blackcurrant #28232C
Tints of Blackcurrant #28232C
RGB
CMYK
RGB Variations
Color information
#28232C (or 0x28232C) is known color: Blackcurrant. HEX triplet: 28, 23 and 2C. RGB value is (40,35,44). Sum of RGB (Red+Green+Blue) = 40+35+44=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 44 - color contains mainly: blue. Hex color #28232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28232C is #D7DCD3. Grayscale: #252525. Windows color (decimal): -14146772 or 2892584. OLE color: 2892584.
HSL color Cylindrical-coordinate representation of color #28232C: hue angle of 273.33º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #28232C is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 35 | 44 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.83 |
| HSL | 273.33º | 0.11% | 0.15% | - |
| HSV(B) | 273.33º | 0.2% | 0.17% | - |
| XYZ | 1.93 | 1.84 | 2.64 | - |
| YUV | 37.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 44 | 0.09 | 0.20 | 0 | 0.83 | 273.33 | 0.11 | 0.15 |
| Hex | 28 | 23 | 2C | 9 | 14 | 0 | 53 | 111 | B | F |
| Octal | 50 | 43 | 54 | 11 | 24 | 0 | 123 | 421 | 13 | 17 |
| Binary | 101000 | 100011 | 101100 | 1001 | 10100 | 0 | 1010011 | 100010001 | 1011 | 1111 |
Color Harmonies of #28232C
Complementary color
Monochromatic Colors of #28232C
Black with #28232C
Text Example
Text Example
White with #28232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28232C; }
p { color: rgb(40,35,44); }
H1.HeaderClassName
{
color: #28232C;
}
.AnyTagClassName
{
color: #28232C;
}
</style>
background-color css
<style>
a { background-color: #28232C; }
a { background-color: rgb(40,35,44); }
div.DivClassName
{
background-color: #28232C;
}
.BgClassName
{
background-color: #28232C;
}
</style>
border-color css
<style>
span { border-color: #28232C; }
span { border-color: rgb(40,35,44); }
td.TdClassName
{
border-color: #28232C;
}
.TagClassName
{
border-color: #28232C;
}
</style>