Shades of Blackcurrant #281F32
Tints of Blackcurrant #281F32
RGB
CMYK
RGB Variations
Color information
#281F32 (or 0x281F32) is known color: Blackcurrant. HEX triplet: 28, 1F and 32. RGB value is (40,31,50). Sum of RGB (Red+Green+Blue) = 40+31+50=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #281F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F32 is #D7E0CD. Grayscale: #232323. Windows color (decimal): -14147790 or 3284776. OLE color: 3284776.
HSL color Cylindrical-coordinate representation of color #281F32: hue angle of 268.42º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #281F32 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 31 | 50 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.80 |
| HSL | 268.42º | 0.23% | 0.16% | - |
| HSV(B) | 268.42º | 0.38% | 0.2% | - |
| XYZ | 1.94 | 1.66 | 3.24 | - |
| YUV | 35.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 50 | 0.20 | 0.38 | 0 | 0.80 | 268.42 | 0.23 | 0.16 |
| Hex | 28 | 1F | 32 | 14 | 26 | 0 | 50 | 10C | 17 | 10 |
| Octal | 50 | 37 | 62 | 24 | 46 | 0 | 120 | 414 | 27 | 20 |
| Binary | 101000 | 11111 | 110010 | 10100 | 100110 | 0 | 1010000 | 100001100 | 10111 | 10000 |
Color Harmonies of #281F32
Complementary color
Monochromatic Colors of #281F32
Black with #281F32
Text Example
Text Example
White with #281F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F32; }
p { color: rgb(40,31,50); }
H1.HeaderClassName
{
color: #281F32;
}
.AnyTagClassName
{
color: #281F32;
}
</style>
background-color css
<style>
a { background-color: #281F32; }
a { background-color: rgb(40,31,50); }
div.DivClassName
{
background-color: #281F32;
}
.BgClassName
{
background-color: #281F32;
}
</style>
border-color css
<style>
span { border-color: #281F32; }
span { border-color: rgb(40,31,50); }
td.TdClassName
{
border-color: #281F32;
}
.TagClassName
{
border-color: #281F32;
}
</style>