Shades of Blackcurrant #2A1737
Tints of Blackcurrant #2A1737
RGB
CMYK
RGB Variations
Color information
#2A1737 (or 0x2A1737) is known color: Blackcurrant. HEX triplet: 2A, 17 and 37. RGB value is (42,23,55). Sum of RGB (Red+Green+Blue) = 42+23+55=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1737 is #D5E8C8. Grayscale: #202020. Windows color (decimal): -14018761 or 3610410. OLE color: 3610410.
HSL color Cylindrical-coordinate representation of color #2A1737: hue angle of 275.62º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A1737 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 23 | 55 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.78 |
| HSL | 275.63º | 0.41% | 0.15% | - |
| HSV(B) | 275.63º | 0.58% | 0.22% | - |
| XYZ | 1.95 | 1.38 | 3.78 | - |
| YUV | 32.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 55 | 0.24 | 0.58 | 0 | 0.78 | 275.63 | 0.41 | 0.15 |
| Hex | 2A | 17 | 37 | 18 | 3A | 0 | 4E | 114 | 29 | F |
| Octal | 52 | 27 | 67 | 30 | 72 | 0 | 116 | 424 | 51 | 17 |
| Binary | 101010 | 10111 | 110111 | 11000 | 111010 | 0 | 1001110 | 100010100 | 101001 | 1111 |
Color Harmonies of #2A1737
Complementary color
Monochromatic Colors of #2A1737
Black with #2A1737
Text Example
Text Example
White with #2A1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1737; }
p { color: rgb(42,23,55); }
H1.HeaderClassName
{
color: #2A1737;
}
.AnyTagClassName
{
color: #2A1737;
}
</style>
background-color css
<style>
a { background-color: #2A1737; }
a { background-color: rgb(42,23,55); }
div.DivClassName
{
background-color: #2A1737;
}
.BgClassName
{
background-color: #2A1737;
}
</style>
border-color css
<style>
span { border-color: #2A1737; }
span { border-color: rgb(42,23,55); }
td.TdClassName
{
border-color: #2A1737;
}
.TagClassName
{
border-color: #2A1737;
}
</style>