Shades of Blackcurrant #2A1040
Tints of Blackcurrant #2A1040
RGB
CMYK
RGB Variations
Color information
#2A1040 (or 0x2A1040) is known color: Blackcurrant. HEX triplet: 2A, 10 and 40. RGB value is (42,16,64). Sum of RGB (Red+Green+Blue) = 42+16+64=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A1040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1040 is #D5EFBF. Grayscale: #1D1D1D. Windows color (decimal): -14020544 or 4198442. OLE color: 4198442.
HSL color Cylindrical-coordinate representation of color #2A1040: hue angle of 272.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A1040 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 16 | 64 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.75 |
| HSL | 272.5º | 0.6% | 0.16% | - |
| HSV(B) | 272.5º | 0.75% | 0.25% | - |
| XYZ | 2.07 | 1.23 | 4.98 | - |
| YUV | 29.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 64 | 0.34 | 0.75 | 0 | 0.75 | 272.5 | 0.6 | 0.16 |
| Hex | 2A | 10 | 40 | 22 | 4B | 0 | 4B | 110 | 3C | 10 |
| Octal | 52 | 20 | 100 | 42 | 113 | 0 | 113 | 420 | 74 | 20 |
| Binary | 101010 | 10000 | 1000000 | 100010 | 1001011 | 0 | 1001011 | 100010000 | 111100 | 10000 |
Color Harmonies of #2A1040
Complementary color
Monochromatic Colors of #2A1040
Black with #2A1040
Text Example
Text Example
White with #2A1040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1040; }
p { color: rgb(42,16,64); }
H1.HeaderClassName
{
color: #2A1040;
}
.AnyTagClassName
{
color: #2A1040;
}
</style>
background-color css
<style>
a { background-color: #2A1040; }
a { background-color: rgb(42,16,64); }
div.DivClassName
{
background-color: #2A1040;
}
.BgClassName
{
background-color: #2A1040;
}
</style>
border-color css
<style>
span { border-color: #2A1040; }
span { border-color: rgb(42,16,64); }
td.TdClassName
{
border-color: #2A1040;
}
.TagClassName
{
border-color: #2A1040;
}
</style>