Shades of Blackcurrant #281831
Tints of Blackcurrant #281831
RGB
CMYK
RGB Variations
Color information
#281831 (or 0x281831) is known color: Blackcurrant. HEX triplet: 28, 18 and 31. RGB value is (40,24,49). Sum of RGB (Red+Green+Blue) = 40+24+49=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #281831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281831 is #D7E7CE. Grayscale: #1F1F1F. Windows color (decimal): -14149583 or 3217448. OLE color: 3217448.
HSL color Cylindrical-coordinate representation of color #281831: hue angle of 278.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #281831 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 24 | 49 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.81 |
| HSL | 278.4º | 0.34% | 0.14% | - |
| HSV(B) | 278.4º | 0.51% | 0.19% | - |
| XYZ | 1.76 | 1.33 | 3.07 | - |
| YUV | 31.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 49 | 0.18 | 0.51 | 0 | 0.81 | 278.4 | 0.34 | 0.14 |
| Hex | 28 | 18 | 31 | 12 | 33 | 0 | 51 | 116 | 22 | E |
| Octal | 50 | 30 | 61 | 22 | 63 | 0 | 121 | 426 | 42 | 16 |
| Binary | 101000 | 11000 | 110001 | 10010 | 110011 | 0 | 1010001 | 100010110 | 100010 | 1110 |
Color Harmonies of #281831
Complementary color
Monochromatic Colors of #281831
Black with #281831
Text Example
Text Example
White with #281831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281831; }
p { color: rgb(40,24,49); }
H1.HeaderClassName
{
color: #281831;
}
.AnyTagClassName
{
color: #281831;
}
</style>
background-color css
<style>
a { background-color: #281831; }
a { background-color: rgb(40,24,49); }
div.DivClassName
{
background-color: #281831;
}
.BgClassName
{
background-color: #281831;
}
</style>
border-color css
<style>
span { border-color: #281831; }
span { border-color: rgb(40,24,49); }
td.TdClassName
{
border-color: #281831;
}
.TagClassName
{
border-color: #281831;
}
</style>