Shades of Blackcurrant #2A183A
Tints of Blackcurrant #2A183A
RGB
CMYK
RGB Variations
Color information
#2A183A (or 0x2A183A) is known color: Blackcurrant. HEX triplet: 2A, 18 and 3A. RGB value is (42,24,58). Sum of RGB (Red+Green+Blue) = 42+24+58=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A183A is #D5E7C5. Grayscale: #212121. Windows color (decimal): -14018502 or 3807274. OLE color: 3807274.
HSL color Cylindrical-coordinate representation of color #2A183A: hue angle of 271.76º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A183A is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 24 | 58 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.77 |
| HSL | 271.76º | 0.41% | 0.16% | - |
| HSV(B) | 271.76º | 0.59% | 0.23% | - |
| XYZ | 2.05 | 1.45 | 4.18 | - |
| YUV | 33.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 58 | 0.28 | 0.59 | 0 | 0.77 | 271.76 | 0.41 | 0.16 |
| Hex | 2A | 18 | 3A | 1C | 3B | 0 | 4D | 110 | 29 | 10 |
| Octal | 52 | 30 | 72 | 34 | 73 | 0 | 115 | 420 | 51 | 20 |
| Binary | 101010 | 11000 | 111010 | 11100 | 111011 | 0 | 1001101 | 100010000 | 101001 | 10000 |
Color Harmonies of #2A183A
Complementary color
Monochromatic Colors of #2A183A
Black with #2A183A
Text Example
Text Example
White with #2A183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A183A; }
p { color: rgb(42,24,58); }
H1.HeaderClassName
{
color: #2A183A;
}
.AnyTagClassName
{
color: #2A183A;
}
</style>
background-color css
<style>
a { background-color: #2A183A; }
a { background-color: rgb(42,24,58); }
div.DivClassName
{
background-color: #2A183A;
}
.BgClassName
{
background-color: #2A183A;
}
</style>
border-color css
<style>
span { border-color: #2A183A; }
span { border-color: rgb(42,24,58); }
td.TdClassName
{
border-color: #2A183A;
}
.TagClassName
{
border-color: #2A183A;
}
</style>