Shades of Blackcurrant #2A1440
Tints of Blackcurrant #2A1440
RGB
CMYK
RGB Variations
Color information
#2A1440 (or 0x2A1440) is known color: Blackcurrant. HEX triplet: 2A, 14 and 40. RGB value is (42,20,64). Sum of RGB (Red+Green+Blue) = 42+20+64=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A1440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1440 is #D5EBBF. Grayscale: #1F1F1F. Windows color (decimal): -14019520 or 4199466. OLE color: 4199466.
HSL color Cylindrical-coordinate representation of color #2A1440: hue angle of 270º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A1440 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 20 | 64 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.75 |
| HSL | 270º | 0.52% | 0.16% | - |
| HSV(B) | 270º | 0.69% | 0.25% | - |
| XYZ | 2.13 | 1.36 | 5 | - |
| YUV | 31.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 64 | 0.34 | 0.69 | 0 | 0.75 | 270 | 0.52 | 0.16 |
| Hex | 2A | 14 | 40 | 22 | 45 | 0 | 4B | 10E | 34 | 10 |
| Octal | 52 | 24 | 100 | 42 | 105 | 0 | 113 | 416 | 64 | 20 |
| Binary | 101010 | 10100 | 1000000 | 100010 | 1000101 | 0 | 1001011 | 100001110 | 110100 | 10000 |
Color Harmonies of #2A1440
Complementary color
Monochromatic Colors of #2A1440
Black with #2A1440
Text Example
Text Example
White with #2A1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1440; }
p { color: rgb(42,20,64); }
H1.HeaderClassName
{
color: #2A1440;
}
.AnyTagClassName
{
color: #2A1440;
}
</style>
background-color css
<style>
a { background-color: #2A1440; }
a { background-color: rgb(42,20,64); }
div.DivClassName
{
background-color: #2A1440;
}
.BgClassName
{
background-color: #2A1440;
}
</style>
border-color css
<style>
span { border-color: #2A1440; }
span { border-color: rgb(42,20,64); }
td.TdClassName
{
border-color: #2A1440;
}
.TagClassName
{
border-color: #2A1440;
}
</style>