Shades of Blackcurrant #2A1331
Tints of Blackcurrant #2A1331
RGB
CMYK
RGB Variations
Color information
#2A1331 (or 0x2A1331) is known color: Blackcurrant. HEX triplet: 2A, 13 and 31. RGB value is (42,19,49). Sum of RGB (Red+Green+Blue) = 42+19+49=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A1331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1331 is #D5ECCE. Grayscale: #1D1D1D. Windows color (decimal): -14019791 or 3216170. OLE color: 3216170.
HSL color Cylindrical-coordinate representation of color #2A1331: hue angle of 286º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A1331 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 19 | 49 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.81 |
| HSL | 286º | 0.44% | 0.13% | - |
| HSV(B) | 286º | 0.61% | 0.19% | - |
| XYZ | 1.74 | 1.18 | 3.04 | - |
| YUV | 29.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 49 | 0.14 | 0.61 | 0 | 0.81 | 286 | 0.44 | 0.13 |
| Hex | 2A | 13 | 31 | E | 3D | 0 | 51 | 11E | 2C | D |
| Octal | 52 | 23 | 61 | 16 | 75 | 0 | 121 | 436 | 54 | 15 |
| Binary | 101010 | 10011 | 110001 | 1110 | 111101 | 0 | 1010001 | 100011110 | 101100 | 1101 |
Color Harmonies of #2A1331
Complementary color
Monochromatic Colors of #2A1331
Black with #2A1331
Text Example
Text Example
White with #2A1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1331; }
p { color: rgb(42,19,49); }
H1.HeaderClassName
{
color: #2A1331;
}
.AnyTagClassName
{
color: #2A1331;
}
</style>
background-color css
<style>
a { background-color: #2A1331; }
a { background-color: rgb(42,19,49); }
div.DivClassName
{
background-color: #2A1331;
}
.BgClassName
{
background-color: #2A1331;
}
</style>
border-color css
<style>
span { border-color: #2A1331; }
span { border-color: rgb(42,19,49); }
td.TdClassName
{
border-color: #2A1331;
}
.TagClassName
{
border-color: #2A1331;
}
</style>