Shades of Blackcurrant #281631
Tints of Blackcurrant #281631
RGB
CMYK
RGB Variations
Color information
#281631 (or 0x281631) is known color: Blackcurrant. HEX triplet: 28, 16 and 31. RGB value is (40,22,49). Sum of RGB (Red+Green+Blue) = 40+22+49=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #281631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281631 is #D7E9CE. Grayscale: #1E1E1E. Windows color (decimal): -14150095 or 3216936. OLE color: 3216936.
HSL color Cylindrical-coordinate representation of color #281631: hue angle of 280º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281631 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 22 | 49 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.81 |
| HSL | 280º | 0.38% | 0.14% | - |
| HSV(B) | 280º | 0.55% | 0.19% | - |
| XYZ | 1.72 | 1.25 | 3.06 | - |
| YUV | 30.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 49 | 0.18 | 0.55 | 0 | 0.81 | 280 | 0.38 | 0.14 |
| Hex | 28 | 16 | 31 | 12 | 37 | 0 | 51 | 118 | 26 | E |
| Octal | 50 | 26 | 61 | 22 | 67 | 0 | 121 | 430 | 46 | 16 |
| Binary | 101000 | 10110 | 110001 | 10010 | 110111 | 0 | 1010001 | 100011000 | 100110 | 1110 |
Color Harmonies of #281631
Complementary color
Monochromatic Colors of #281631
Black with #281631
Text Example
Text Example
White with #281631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281631; }
p { color: rgb(40,22,49); }
H1.HeaderClassName
{
color: #281631;
}
.AnyTagClassName
{
color: #281631;
}
</style>
background-color css
<style>
a { background-color: #281631; }
a { background-color: rgb(40,22,49); }
div.DivClassName
{
background-color: #281631;
}
.BgClassName
{
background-color: #281631;
}
</style>
border-color css
<style>
span { border-color: #281631; }
span { border-color: rgb(40,22,49); }
td.TdClassName
{
border-color: #281631;
}
.TagClassName
{
border-color: #281631;
}
</style>