Shades of Blackcurrant #281F2F
Tints of Blackcurrant #281F2F
RGB
CMYK
RGB Variations
Color information
#281F2F (or 0x281F2F) is known color: Blackcurrant. HEX triplet: 28, 1F and 2F. RGB value is (40,31,47). Sum of RGB (Red+Green+Blue) = 40+31+47=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 47 - color contains mainly: blue. Hex color #281F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F2F is #D7E0D0. Grayscale: #232323. Windows color (decimal): -14147793 or 3088168. OLE color: 3088168.
HSL color Cylindrical-coordinate representation of color #281F2F: hue angle of 273.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #281F2F is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 31 | 47 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.82 |
| HSL | 273.75º | 0.21% | 0.15% | - |
| HSV(B) | 273.75º | 0.34% | 0.18% | - |
| XYZ | 1.88 | 1.64 | 2.91 | - |
| YUV | 35.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 47 | 0.15 | 0.34 | 0 | 0.82 | 273.75 | 0.21 | 0.15 |
| Hex | 28 | 1F | 2F | F | 22 | 0 | 52 | 112 | 15 | F |
| Octal | 50 | 37 | 57 | 17 | 42 | 0 | 122 | 422 | 25 | 17 |
| Binary | 101000 | 11111 | 101111 | 1111 | 100010 | 0 | 1010010 | 100010010 | 10101 | 1111 |
Color Harmonies of #281F2F
Complementary color
Monochromatic Colors of #281F2F
Black with #281F2F
Text Example
Text Example
White with #281F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F2F; }
p { color: rgb(40,31,47); }
H1.HeaderClassName
{
color: #281F2F;
}
.AnyTagClassName
{
color: #281F2F;
}
</style>
background-color css
<style>
a { background-color: #281F2F; }
a { background-color: rgb(40,31,47); }
div.DivClassName
{
background-color: #281F2F;
}
.BgClassName
{
background-color: #281F2F;
}
</style>
border-color css
<style>
span { border-color: #281F2F; }
span { border-color: rgb(40,31,47); }
td.TdClassName
{
border-color: #281F2F;
}
.TagClassName
{
border-color: #281F2F;
}
</style>