Shades of Blackcurrant #2A093A
Tints of Blackcurrant #2A093A
RGB
CMYK
RGB Variations
Color information
#2A093A (or 0x2A093A) is known color: Blackcurrant. HEX triplet: 2A, 09 and 3A. RGB value is (42,9,58). Sum of RGB (Red+Green+Blue) = 42+9+58=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A093A is #D5F6C5. Grayscale: #181818. Windows color (decimal): -14022342 or 3803434. OLE color: 3803434.
HSL color Cylindrical-coordinate representation of color #2A093A: hue angle of 280.41º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A093A is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 9 | 58 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.77 |
| HSL | 280.41º | 0.73% | 0.13% | - |
| HSV(B) | 280.41º | 0.84% | 0.23% | - |
| XYZ | 1.82 | 0.99 | 4.1 | - |
| YUV | 24.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 58 | 0.28 | 0.84 | 0 | 0.77 | 280.41 | 0.73 | 0.13 |
| Hex | 2A | 9 | 3A | 1C | 54 | 0 | 4D | 118 | 49 | D |
| Octal | 52 | 11 | 72 | 34 | 124 | 0 | 115 | 430 | 111 | 15 |
| Binary | 101010 | 1001 | 111010 | 11100 | 1010100 | 0 | 1001101 | 100011000 | 1001001 | 1101 |
Color Harmonies of #2A093A
Complementary color
Monochromatic Colors of #2A093A
Black with #2A093A
Text Example
Text Example
White with #2A093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A093A; }
p { color: rgb(42,9,58); }
H1.HeaderClassName
{
color: #2A093A;
}
.AnyTagClassName
{
color: #2A093A;
}
</style>
background-color css
<style>
a { background-color: #2A093A; }
a { background-color: rgb(42,9,58); }
div.DivClassName
{
background-color: #2A093A;
}
.BgClassName
{
background-color: #2A093A;
}
</style>
border-color css
<style>
span { border-color: #2A093A; }
span { border-color: rgb(42,9,58); }
td.TdClassName
{
border-color: #2A093A;
}
.TagClassName
{
border-color: #2A093A;
}
</style>