Shades of Blackcurrant #2A1F37
Tints of Blackcurrant #2A1F37
RGB
CMYK
RGB Variations
Color information
#2A1F37 (or 0x2A1F37) is known color: Blackcurrant. HEX triplet: 2A, 1F and 37. RGB value is (42,31,55). Sum of RGB (Red+Green+Blue) = 42+31+55=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A1F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1F37 is #D5E0C8. Grayscale: #242424. Windows color (decimal): -14016713 or 3612458. OLE color: 3612458.
HSL color Cylindrical-coordinate representation of color #2A1F37: hue angle of 267.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A1F37 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 31 | 55 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.78 |
| HSL | 267.5º | 0.28% | 0.17% | - |
| HSV(B) | 267.5º | 0.44% | 0.22% | - |
| XYZ | 2.13 | 1.75 | 3.84 | - |
| YUV | 37.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 55 | 0.24 | 0.44 | 0 | 0.78 | 267.5 | 0.28 | 0.17 |
| Hex | 2A | 1F | 37 | 18 | 2C | 0 | 4E | 10C | 1C | 11 |
| Octal | 52 | 37 | 67 | 30 | 54 | 0 | 116 | 414 | 34 | 21 |
| Binary | 101010 | 11111 | 110111 | 11000 | 101100 | 0 | 1001110 | 100001100 | 11100 | 10001 |
Color Harmonies of #2A1F37
Complementary color
Monochromatic Colors of #2A1F37
Black with #2A1F37
Text Example
Text Example
White with #2A1F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1F37; }
p { color: rgb(42,31,55); }
H1.HeaderClassName
{
color: #2A1F37;
}
.AnyTagClassName
{
color: #2A1F37;
}
</style>
background-color css
<style>
a { background-color: #2A1F37; }
a { background-color: rgb(42,31,55); }
div.DivClassName
{
background-color: #2A1F37;
}
.BgClassName
{
background-color: #2A1F37;
}
</style>
border-color css
<style>
span { border-color: #2A1F37; }
span { border-color: rgb(42,31,55); }
td.TdClassName
{
border-color: #2A1F37;
}
.TagClassName
{
border-color: #2A1F37;
}
</style>