Shades of Blackcurrant #2A1341
Tints of Blackcurrant #2A1341
RGB
CMYK
RGB Variations
Color information
#2A1341 (or 0x2A1341) is known color: Blackcurrant. HEX triplet: 2A, 13 and 41. RGB value is (42,19,65). Sum of RGB (Red+Green+Blue) = 42+19+65=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A1341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1341 is #D5ECBE. Grayscale: #1E1E1E. Windows color (decimal): -14019775 or 4264746. OLE color: 4264746.
HSL color Cylindrical-coordinate representation of color #2A1341: hue angle of 270º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A1341 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 19 | 65 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.75 |
| HSL | 270º | 0.55% | 0.16% | - |
| HSV(B) | 270º | 0.71% | 0.25% | - |
| XYZ | 2.14 | 1.34 | 5.15 | - |
| YUV | 31.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 65 | 0.35 | 0.71 | 0 | 0.75 | 270 | 0.55 | 0.16 |
| Hex | 2A | 13 | 41 | 23 | 47 | 0 | 4B | 10E | 37 | 10 |
| Octal | 52 | 23 | 101 | 43 | 107 | 0 | 113 | 416 | 67 | 20 |
| Binary | 101010 | 10011 | 1000001 | 100011 | 1000111 | 0 | 1001011 | 100001110 | 110111 | 10000 |
Color Harmonies of #2A1341
Complementary color
Monochromatic Colors of #2A1341
Black with #2A1341
Text Example
Text Example
White with #2A1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1341; }
p { color: rgb(42,19,65); }
H1.HeaderClassName
{
color: #2A1341;
}
.AnyTagClassName
{
color: #2A1341;
}
</style>
background-color css
<style>
a { background-color: #2A1341; }
a { background-color: rgb(42,19,65); }
div.DivClassName
{
background-color: #2A1341;
}
.BgClassName
{
background-color: #2A1341;
}
</style>
border-color css
<style>
span { border-color: #2A1341; }
span { border-color: rgb(42,19,65); }
td.TdClassName
{
border-color: #2A1341;
}
.TagClassName
{
border-color: #2A1341;
}
</style>