Shades of Blackcurrant #2A193A
Tints of Blackcurrant #2A193A
RGB
CMYK
RGB Variations
Color information
#2A193A (or 0x2A193A) is known color: Blackcurrant. HEX triplet: 2A, 19 and 3A. RGB value is (42,25,58). Sum of RGB (Red+Green+Blue) = 42+25+58=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A193A is #D5E6C5. Grayscale: #212121. Windows color (decimal): -14018246 or 3807530. OLE color: 3807530.
HSL color Cylindrical-coordinate representation of color #2A193A: hue angle of 270.91º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A193A is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 25 | 58 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.77 |
| HSL | 270.91º | 0.4% | 0.16% | - |
| HSV(B) | 270.91º | 0.57% | 0.23% | - |
| XYZ | 2.07 | 1.49 | 4.18 | - |
| YUV | 33.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 58 | 0.28 | 0.57 | 0 | 0.77 | 270.91 | 0.4 | 0.16 |
| Hex | 2A | 19 | 3A | 1C | 39 | 0 | 4D | 10F | 28 | 10 |
| Octal | 52 | 31 | 72 | 34 | 71 | 0 | 115 | 417 | 50 | 20 |
| Binary | 101010 | 11001 | 111010 | 11100 | 111001 | 0 | 1001101 | 100001111 | 101000 | 10000 |
Color Harmonies of #2A193A
Complementary color
Monochromatic Colors of #2A193A
Black with #2A193A
Text Example
Text Example
White with #2A193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A193A; }
p { color: rgb(42,25,58); }
H1.HeaderClassName
{
color: #2A193A;
}
.AnyTagClassName
{
color: #2A193A;
}
</style>
background-color css
<style>
a { background-color: #2A193A; }
a { background-color: rgb(42,25,58); }
div.DivClassName
{
background-color: #2A193A;
}
.BgClassName
{
background-color: #2A193A;
}
</style>
border-color css
<style>
span { border-color: #2A193A; }
span { border-color: rgb(42,25,58); }
td.TdClassName
{
border-color: #2A193A;
}
.TagClassName
{
border-color: #2A193A;
}
</style>