Shades of Blackcurrant #2A1134
Tints of Blackcurrant #2A1134
RGB
CMYK
RGB Variations
Color information
#2A1134 (or 0x2A1134) is known color: Blackcurrant. HEX triplet: 2A, 11 and 34. RGB value is (42,17,52). Sum of RGB (Red+Green+Blue) = 42+17+52=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #2A1134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1134 is #D5EECB. Grayscale: #1C1C1C. Windows color (decimal): -14020300 or 3412266. OLE color: 3412266.
HSL color Cylindrical-coordinate representation of color #2A1134: hue angle of 282.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A1134 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 17 | 52 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.80 |
| HSL | 282.86º | 0.51% | 0.14% | - |
| HSV(B) | 282.86º | 0.67% | 0.2% | - |
| XYZ | 1.78 | 1.14 | 3.38 | - |
| YUV | 28.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 52 | 0.19 | 0.67 | 0 | 0.80 | 282.86 | 0.51 | 0.14 |
| Hex | 2A | 11 | 34 | 13 | 43 | 0 | 50 | 11B | 33 | E |
| Octal | 52 | 21 | 64 | 23 | 103 | 0 | 120 | 433 | 63 | 16 |
| Binary | 101010 | 10001 | 110100 | 10011 | 1000011 | 0 | 1010000 | 100011011 | 110011 | 1110 |
Color Harmonies of #2A1134
Complementary color
Monochromatic Colors of #2A1134
Black with #2A1134
Text Example
Text Example
White with #2A1134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1134; }
p { color: rgb(42,17,52); }
H1.HeaderClassName
{
color: #2A1134;
}
.AnyTagClassName
{
color: #2A1134;
}
</style>
background-color css
<style>
a { background-color: #2A1134; }
a { background-color: rgb(42,17,52); }
div.DivClassName
{
background-color: #2A1134;
}
.BgClassName
{
background-color: #2A1134;
}
</style>
border-color css
<style>
span { border-color: #2A1134; }
span { border-color: rgb(42,17,52); }
td.TdClassName
{
border-color: #2A1134;
}
.TagClassName
{
border-color: #2A1134;
}
</style>