Shades of Blackcurrant #2A1138
Tints of Blackcurrant #2A1138
RGB
CMYK
RGB Variations
Color information
#2A1138 (or 0x2A1138) is known color: Blackcurrant. HEX triplet: 2A, 11 and 38. RGB value is (42,17,56). Sum of RGB (Red+Green+Blue) = 42+17+56=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A1138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1138 is #D5EEC7. Grayscale: #1C1C1C. Windows color (decimal): -14020296 or 3674410. OLE color: 3674410.
HSL color Cylindrical-coordinate representation of color #2A1138: hue angle of 278.46º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A1138 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 17 | 56 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.78 |
| HSL | 278.46º | 0.53% | 0.14% | - |
| HSV(B) | 278.46º | 0.7% | 0.22% | - |
| XYZ | 1.87 | 1.18 | 3.87 | - |
| YUV | 28.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 56 | 0.25 | 0.70 | 0 | 0.78 | 278.46 | 0.53 | 0.14 |
| Hex | 2A | 11 | 38 | 19 | 46 | 0 | 4E | 116 | 35 | E |
| Octal | 52 | 21 | 70 | 31 | 106 | 0 | 116 | 426 | 65 | 16 |
| Binary | 101010 | 10001 | 111000 | 11001 | 1000110 | 0 | 1001110 | 100010110 | 110101 | 1110 |
Color Harmonies of #2A1138
Complementary color
Monochromatic Colors of #2A1138
Black with #2A1138
Text Example
Text Example
White with #2A1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1138; }
p { color: rgb(42,17,56); }
H1.HeaderClassName
{
color: #2A1138;
}
.AnyTagClassName
{
color: #2A1138;
}
</style>
background-color css
<style>
a { background-color: #2A1138; }
a { background-color: rgb(42,17,56); }
div.DivClassName
{
background-color: #2A1138;
}
.BgClassName
{
background-color: #2A1138;
}
</style>
border-color css
<style>
span { border-color: #2A1138; }
span { border-color: rgb(42,17,56); }
td.TdClassName
{
border-color: #2A1138;
}
.TagClassName
{
border-color: #2A1138;
}
</style>