Shades of Blackcurrant #2A1434
Tints of Blackcurrant #2A1434
RGB
CMYK
RGB Variations
Color information
#2A1434 (or 0x2A1434) is known color: Blackcurrant. HEX triplet: 2A, 14 and 34. RGB value is (42,20,52). Sum of RGB (Red+Green+Blue) = 42+20+52=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #2A1434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1434 is #D5EBCB. Grayscale: #1E1E1E. Windows color (decimal): -14019532 or 3413034. OLE color: 3413034.
HSL color Cylindrical-coordinate representation of color #2A1434: hue angle of 281.25º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A1434 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 20 | 52 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.80 |
| HSL | 281.25º | 0.44% | 0.14% | - |
| HSV(B) | 281.25º | 0.62% | 0.2% | - |
| XYZ | 1.82 | 1.24 | 3.39 | - |
| YUV | 30.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 20 | 52 | 0.19 | 0.62 | 0 | 0.80 | 281.25 | 0.44 | 0.14 |
| Hex | 2A | 14 | 34 | 13 | 3E | 0 | 50 | 119 | 2C | E |
| Octal | 52 | 24 | 64 | 23 | 76 | 0 | 120 | 431 | 54 | 16 |
| Binary | 101010 | 10100 | 110100 | 10011 | 111110 | 0 | 1010000 | 100011001 | 101100 | 1110 |
Color Harmonies of #2A1434
Complementary color
Monochromatic Colors of #2A1434
Black with #2A1434
Text Example
Text Example
White with #2A1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1434; }
p { color: rgb(42,20,52); }
H1.HeaderClassName
{
color: #2A1434;
}
.AnyTagClassName
{
color: #2A1434;
}
</style>
background-color css
<style>
a { background-color: #2A1434; }
a { background-color: rgb(42,20,52); }
div.DivClassName
{
background-color: #2A1434;
}
.BgClassName
{
background-color: #2A1434;
}
</style>
border-color css
<style>
span { border-color: #2A1434; }
span { border-color: rgb(42,20,52); }
td.TdClassName
{
border-color: #2A1434;
}
.TagClassName
{
border-color: #2A1434;
}
</style>