Shades of Blackcurrant #281F2D
Tints of Blackcurrant #281F2D
RGB
CMYK
RGB Variations
Color information
#281F2D (or 0x281F2D) is known color: Blackcurrant. HEX triplet: 28, 1F and 2D. RGB value is (40,31,45). Sum of RGB (Red+Green+Blue) = 40+31+45=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 45 - color contains mainly: blue. Hex color #281F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281F2D is #D7E0D2. Grayscale: #232323. Windows color (decimal): -14147795 or 2957096. OLE color: 2957096.
HSL color Cylindrical-coordinate representation of color #281F2D: hue angle of 278.57º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #281F2D is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 31 | 45 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.82 |
| HSL | 278.57º | 0.18% | 0.15% | - |
| HSV(B) | 278.57º | 0.31% | 0.18% | - |
| XYZ | 1.84 | 1.62 | 2.7 | - |
| YUV | 35.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 45 | 0.11 | 0.31 | 0 | 0.82 | 278.57 | 0.18 | 0.15 |
| Hex | 28 | 1F | 2D | B | 1F | 0 | 52 | 117 | 12 | F |
| Octal | 50 | 37 | 55 | 13 | 37 | 0 | 122 | 427 | 22 | 17 |
| Binary | 101000 | 11111 | 101101 | 1011 | 11111 | 0 | 1010010 | 100010111 | 10010 | 1111 |
Color Harmonies of #281F2D
Complementary color
Monochromatic Colors of #281F2D
Black with #281F2D
Text Example
Text Example
White with #281F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F2D; }
p { color: rgb(40,31,45); }
H1.HeaderClassName
{
color: #281F2D;
}
.AnyTagClassName
{
color: #281F2D;
}
</style>
background-color css
<style>
a { background-color: #281F2D; }
a { background-color: rgb(40,31,45); }
div.DivClassName
{
background-color: #281F2D;
}
.BgClassName
{
background-color: #281F2D;
}
</style>
border-color css
<style>
span { border-color: #281F2D; }
span { border-color: rgb(40,31,45); }
td.TdClassName
{
border-color: #281F2D;
}
.TagClassName
{
border-color: #281F2D;
}
</style>