Shades of Blackcurrant #281F2C
Tints of Blackcurrant #281F2C
RGB
CMYK
RGB Variations
Color information
#281F2C (or 0x281F2C) is known color: Blackcurrant. HEX triplet: 28, 1F and 2C. RGB value is (40,31,44). Sum of RGB (Red+Green+Blue) = 40+31+44=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 44 - color contains mainly: blue. Hex color #281F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F2C is #D7E0D3. Grayscale: #232323. Windows color (decimal): -14147796 or 2891560. OLE color: 2891560.
HSL color Cylindrical-coordinate representation of color #281F2C: hue angle of 281.54º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #281F2C is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 31 | 44 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.83 |
| HSL | 281.54º | 0.17% | 0.15% | - |
| HSV(B) | 281.54º | 0.3% | 0.17% | - |
| XYZ | 1.82 | 1.61 | 2.6 | - |
| YUV | 35.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 44 | 0.09 | 0.30 | 0 | 0.83 | 281.54 | 0.17 | 0.15 |
| Hex | 28 | 1F | 2C | 9 | 1E | 0 | 53 | 11A | 11 | F |
| Octal | 50 | 37 | 54 | 11 | 36 | 0 | 123 | 432 | 21 | 17 |
| Binary | 101000 | 11111 | 101100 | 1001 | 11110 | 0 | 1010011 | 100011010 | 10001 | 1111 |
Color Harmonies of #281F2C
Complementary color
Monochromatic Colors of #281F2C
Black with #281F2C
Text Example
Text Example
White with #281F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F2C; }
p { color: rgb(40,31,44); }
H1.HeaderClassName
{
color: #281F2C;
}
.AnyTagClassName
{
color: #281F2C;
}
</style>
background-color css
<style>
a { background-color: #281F2C; }
a { background-color: rgb(40,31,44); }
div.DivClassName
{
background-color: #281F2C;
}
.BgClassName
{
background-color: #281F2C;
}
</style>
border-color css
<style>
span { border-color: #281F2C; }
span { border-color: rgb(40,31,44); }
td.TdClassName
{
border-color: #281F2C;
}
.TagClassName
{
border-color: #281F2C;
}
</style>