Shades of Blackcurrant #2A1741
Tints of Blackcurrant #2A1741
RGB
CMYK
RGB Variations
Color information
#2A1741 (or 0x2A1741) is known color: Blackcurrant. HEX triplet: 2A, 17 and 41. RGB value is (42,23,65). Sum of RGB (Red+Green+Blue) = 42+23+65=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A1741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1741 is #D5E8BE. Grayscale: #212121. Windows color (decimal): -14018751 or 4265770. OLE color: 4265770.
HSL color Cylindrical-coordinate representation of color #2A1741: hue angle of 267.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A1741 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 23 | 65 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.75 |
| HSL | 267.14º | 0.48% | 0.17% | - |
| HSV(B) | 267.14º | 0.65% | 0.25% | - |
| XYZ | 2.22 | 1.49 | 5.17 | - |
| YUV | 33.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 65 | 0.35 | 0.65 | 0 | 0.75 | 267.14 | 0.48 | 0.17 |
| Hex | 2A | 17 | 41 | 23 | 41 | 0 | 4B | 10B | 30 | 11 |
| Octal | 52 | 27 | 101 | 43 | 101 | 0 | 113 | 413 | 60 | 21 |
| Binary | 101010 | 10111 | 1000001 | 100011 | 1000001 | 0 | 1001011 | 100001011 | 110000 | 10001 |
Color Harmonies of #2A1741
Complementary color
Monochromatic Colors of #2A1741
Black with #2A1741
Text Example
Text Example
White with #2A1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1741; }
p { color: rgb(42,23,65); }
H1.HeaderClassName
{
color: #2A1741;
}
.AnyTagClassName
{
color: #2A1741;
}
</style>
background-color css
<style>
a { background-color: #2A1741; }
a { background-color: rgb(42,23,65); }
div.DivClassName
{
background-color: #2A1741;
}
.BgClassName
{
background-color: #2A1741;
}
</style>
border-color css
<style>
span { border-color: #2A1741; }
span { border-color: rgb(42,23,65); }
td.TdClassName
{
border-color: #2A1741;
}
.TagClassName
{
border-color: #2A1741;
}
</style>