Shades of Blackcurrant #2A1141
Tints of Blackcurrant #2A1141
RGB
CMYK
RGB Variations
Color information
#2A1141 (or 0x2A1141) is known color: Blackcurrant. HEX triplet: 2A, 11 and 41. RGB value is (42,17,65). Sum of RGB (Red+Green+Blue) = 42+17+65=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A1141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1141 is #D5EEBE. Grayscale: #1D1D1D. Windows color (decimal): -14020287 or 4264234. OLE color: 4264234.
HSL color Cylindrical-coordinate representation of color #2A1141: hue angle of 271.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A1141 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 17 | 65 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.75 |
| HSL | 271.25º | 0.59% | 0.16% | - |
| HSV(B) | 271.25º | 0.74% | 0.25% | - |
| XYZ | 2.11 | 1.27 | 5.14 | - |
| YUV | 29.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 65 | 0.35 | 0.74 | 0 | 0.75 | 271.25 | 0.59 | 0.16 |
| Hex | 2A | 11 | 41 | 23 | 4A | 0 | 4B | 10F | 3B | 10 |
| Octal | 52 | 21 | 101 | 43 | 112 | 0 | 113 | 417 | 73 | 20 |
| Binary | 101010 | 10001 | 1000001 | 100011 | 1001010 | 0 | 1001011 | 100001111 | 111011 | 10000 |
Color Harmonies of #2A1141
Complementary color
Monochromatic Colors of #2A1141
Black with #2A1141
Text Example
Text Example
White with #2A1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1141; }
p { color: rgb(42,17,65); }
H1.HeaderClassName
{
color: #2A1141;
}
.AnyTagClassName
{
color: #2A1141;
}
</style>
background-color css
<style>
a { background-color: #2A1141; }
a { background-color: rgb(42,17,65); }
div.DivClassName
{
background-color: #2A1141;
}
.BgClassName
{
background-color: #2A1141;
}
</style>
border-color css
<style>
span { border-color: #2A1141; }
span { border-color: rgb(42,17,65); }
td.TdClassName
{
border-color: #2A1141;
}
.TagClassName
{
border-color: #2A1141;
}
</style>