Shades of Blackcurrant #28183C
Tints of Blackcurrant #28183C
RGB
CMYK
RGB Variations
Color information
#28183C (or 0x28183C) is known color: Blackcurrant. HEX triplet: 28, 18 and 3C. RGB value is (40,24,60). Sum of RGB (Red+Green+Blue) = 40+24+60=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #28183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28183C is #D7E7C3. Grayscale: #202020. Windows color (decimal): -14149572 or 3938344. OLE color: 3938344.
HSL color Cylindrical-coordinate representation of color #28183C: hue angle of 266.67º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28183C is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 24 | 60 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.76 |
| HSL | 266.67º | 0.43% | 0.16% | - |
| HSV(B) | 266.67º | 0.6% | 0.24% | - |
| XYZ | 2.02 | 1.43 | 4.44 | - |
| YUV | 32.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 60 | 0.33 | 0.60 | 0 | 0.76 | 266.67 | 0.43 | 0.16 |
| Hex | 28 | 18 | 3C | 21 | 3C | 0 | 4C | 10B | 2B | 10 |
| Octal | 50 | 30 | 74 | 41 | 74 | 0 | 114 | 413 | 53 | 20 |
| Binary | 101000 | 11000 | 111100 | 100001 | 111100 | 0 | 1001100 | 100001011 | 101011 | 10000 |
Color Harmonies of #28183C
Complementary color
Monochromatic Colors of #28183C
Black with #28183C
Text Example
Text Example
White with #28183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28183C; }
p { color: rgb(40,24,60); }
H1.HeaderClassName
{
color: #28183C;
}
.AnyTagClassName
{
color: #28183C;
}
</style>
background-color css
<style>
a { background-color: #28183C; }
a { background-color: rgb(40,24,60); }
div.DivClassName
{
background-color: #28183C;
}
.BgClassName
{
background-color: #28183C;
}
</style>
border-color css
<style>
span { border-color: #28183C; }
span { border-color: rgb(40,24,60); }
td.TdClassName
{
border-color: #28183C;
}
.TagClassName
{
border-color: #28183C;
}
</style>