Shades of Blackcurrant #2A1631
Tints of Blackcurrant #2A1631
RGB
CMYK
RGB Variations
Color information
#2A1631 (or 0x2A1631) is known color: Blackcurrant. HEX triplet: 2A, 16 and 31. RGB value is (42,22,49). Sum of RGB (Red+Green+Blue) = 42+22+49=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A1631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1631 is #D5E9CE. Grayscale: #1E1E1E. Windows color (decimal): -14019023 or 3216938. OLE color: 3216938.
HSL color Cylindrical-coordinate representation of color #2A1631: hue angle of 284.44º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A1631 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 22 | 49 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.81 |
| HSL | 284.44º | 0.38% | 0.14% | - |
| HSV(B) | 284.44º | 0.55% | 0.19% | - |
| XYZ | 1.8 | 1.29 | 3.06 | - |
| YUV | 31.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 49 | 0.14 | 0.55 | 0 | 0.81 | 284.44 | 0.38 | 0.14 |
| Hex | 2A | 16 | 31 | E | 37 | 0 | 51 | 11C | 26 | E |
| Octal | 52 | 26 | 61 | 16 | 67 | 0 | 121 | 434 | 46 | 16 |
| Binary | 101010 | 10110 | 110001 | 1110 | 110111 | 0 | 1010001 | 100011100 | 100110 | 1110 |
Color Harmonies of #2A1631
Complementary color
Monochromatic Colors of #2A1631
Black with #2A1631
Text Example
Text Example
White with #2A1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1631; }
p { color: rgb(42,22,49); }
H1.HeaderClassName
{
color: #2A1631;
}
.AnyTagClassName
{
color: #2A1631;
}
</style>
background-color css
<style>
a { background-color: #2A1631; }
a { background-color: rgb(42,22,49); }
div.DivClassName
{
background-color: #2A1631;
}
.BgClassName
{
background-color: #2A1631;
}
</style>
border-color css
<style>
span { border-color: #2A1631; }
span { border-color: rgb(42,22,49); }
td.TdClassName
{
border-color: #2A1631;
}
.TagClassName
{
border-color: #2A1631;
}
</style>