Shades of Blackcurrant #28183B
Tints of Blackcurrant #28183B
RGB
CMYK
RGB Variations
Color information
#28183B (or 0x28183B) is known color: Blackcurrant. HEX triplet: 28, 18 and 3B. RGB value is (40,24,59). Sum of RGB (Red+Green+Blue) = 40+24+59=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 59 - color contains mainly: blue. Hex color #28183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28183B is #D7E7C4. Grayscale: #202020. Windows color (decimal): -14149573 or 3872808. OLE color: 3872808.
HSL color Cylindrical-coordinate representation of color #28183B: hue angle of 267.43º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28183B is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 24 | 59 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.77 |
| HSL | 267.43º | 0.42% | 0.16% | - |
| HSV(B) | 267.43º | 0.59% | 0.23% | - |
| XYZ | 1.99 | 1.42 | 4.31 | - |
| YUV | 32.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 59 | 0.32 | 0.59 | 0 | 0.77 | 267.43 | 0.42 | 0.16 |
| Hex | 28 | 18 | 3B | 20 | 3B | 0 | 4D | 10B | 2A | 10 |
| Octal | 50 | 30 | 73 | 40 | 73 | 0 | 115 | 413 | 52 | 20 |
| Binary | 101000 | 11000 | 111011 | 100000 | 111011 | 0 | 1001101 | 100001011 | 101010 | 10000 |
Color Harmonies of #28183B
Complementary color
Monochromatic Colors of #28183B
Black with #28183B
Text Example
Text Example
White with #28183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28183B; }
p { color: rgb(40,24,59); }
H1.HeaderClassName
{
color: #28183B;
}
.AnyTagClassName
{
color: #28183B;
}
</style>
background-color css
<style>
a { background-color: #28183B; }
a { background-color: rgb(40,24,59); }
div.DivClassName
{
background-color: #28183B;
}
.BgClassName
{
background-color: #28183B;
}
</style>
border-color css
<style>
span { border-color: #28183B; }
span { border-color: rgb(40,24,59); }
td.TdClassName
{
border-color: #28183B;
}
.TagClassName
{
border-color: #28183B;
}
</style>