Shades of Blackcurrant #2A182E
Tints of Blackcurrant #2A182E
RGB
CMYK
RGB Variations
Color information
#2A182E (or 0x2A182E) is known color: Blackcurrant. HEX triplet: 2A, 18 and 2E. RGB value is (42,24,46). Sum of RGB (Red+Green+Blue) = 42+24+46=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A182E is #D5E7D1. Grayscale: #1F1F1F. Windows color (decimal): -14018514 or 3020842. OLE color: 3020842.
HSL color Cylindrical-coordinate representation of color #2A182E: hue angle of 289.09º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A182E is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 24 | 46 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.82 |
| HSL | 289.09º | 0.31% | 0.14% | - |
| HSV(B) | 289.09º | 0.48% | 0.18% | - |
| XYZ | 1.77 | 1.34 | 2.75 | - |
| YUV | 31.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 46 | 0.09 | 0.48 | 0 | 0.82 | 289.09 | 0.31 | 0.14 |
| Hex | 2A | 18 | 2E | 9 | 30 | 0 | 52 | 121 | 1F | E |
| Octal | 52 | 30 | 56 | 11 | 60 | 0 | 122 | 441 | 37 | 16 |
| Binary | 101010 | 11000 | 101110 | 1001 | 110000 | 0 | 1010010 | 100100001 | 11111 | 1110 |
Color Harmonies of #2A182E
Complementary color
Monochromatic Colors of #2A182E
Black with #2A182E
Text Example
Text Example
White with #2A182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A182E; }
p { color: rgb(42,24,46); }
H1.HeaderClassName
{
color: #2A182E;
}
.AnyTagClassName
{
color: #2A182E;
}
</style>
background-color css
<style>
a { background-color: #2A182E; }
a { background-color: rgb(42,24,46); }
div.DivClassName
{
background-color: #2A182E;
}
.BgClassName
{
background-color: #2A182E;
}
</style>
border-color css
<style>
span { border-color: #2A182E; }
span { border-color: rgb(42,24,46); }
td.TdClassName
{
border-color: #2A182E;
}
.TagClassName
{
border-color: #2A182E;
}
</style>