Shades of Blackcurrant #2A193D
Tints of Blackcurrant #2A193D
RGB
CMYK
RGB Variations
Color information
#2A193D (or 0x2A193D) is known color: Blackcurrant. HEX triplet: 2A, 19 and 3D. RGB value is (42,25,61). Sum of RGB (Red+Green+Blue) = 42+25+61=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A193D is #D5E6C2. Grayscale: #222222. Windows color (decimal): -14018243 or 4004138. OLE color: 4004138.
HSL color Cylindrical-coordinate representation of color #2A193D: hue angle of 268.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A193D is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 25 | 61 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.76 |
| HSL | 268.33º | 0.42% | 0.17% | - |
| HSV(B) | 268.33º | 0.59% | 0.24% | - |
| XYZ | 2.14 | 1.52 | 4.6 | - |
| YUV | 34.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 61 | 0.31 | 0.59 | 0 | 0.76 | 268.33 | 0.42 | 0.17 |
| Hex | 2A | 19 | 3D | 1F | 3B | 0 | 4C | 10C | 2A | 11 |
| Octal | 52 | 31 | 75 | 37 | 73 | 0 | 114 | 414 | 52 | 21 |
| Binary | 101010 | 11001 | 111101 | 11111 | 111011 | 0 | 1001100 | 100001100 | 101010 | 10001 |
Color Harmonies of #2A193D
Complementary color
Monochromatic Colors of #2A193D
Black with #2A193D
Text Example
Text Example
White with #2A193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A193D; }
p { color: rgb(42,25,61); }
H1.HeaderClassName
{
color: #2A193D;
}
.AnyTagClassName
{
color: #2A193D;
}
</style>
background-color css
<style>
a { background-color: #2A193D; }
a { background-color: rgb(42,25,61); }
div.DivClassName
{
background-color: #2A193D;
}
.BgClassName
{
background-color: #2A193D;
}
</style>
border-color css
<style>
span { border-color: #2A193D; }
span { border-color: rgb(42,25,61); }
td.TdClassName
{
border-color: #2A193D;
}
.TagClassName
{
border-color: #2A193D;
}
</style>