Shades of Blackcurrant #2A222D
Tints of Blackcurrant #2A222D
RGB
CMYK
RGB Variations
Color information
#2A222D (or 0x2A222D) is known color: Blackcurrant. HEX triplet: 2A, 22 and 2D. RGB value is (42,34,45). Sum of RGB (Red+Green+Blue) = 42+34+45=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A222D is #D5DDD2. Grayscale: #252525. Windows color (decimal): -14015955 or 2957866. OLE color: 2957866.
HSL color Cylindrical-coordinate representation of color #2A222D: hue angle of 283.64º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2A222D is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 34 | 45 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.82 |
| HSL | 283.64º | 0.14% | 0.15% | - |
| HSV(B) | 283.64º | 0.24% | 0.18% | - |
| XYZ | 2 | 1.83 | 2.73 | - |
| YUV | 37.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 45 | 0.07 | 0.24 | 0 | 0.82 | 283.64 | 0.14 | 0.15 |
| Hex | 2A | 22 | 2D | 7 | 18 | 0 | 52 | 11C | E | F |
| Octal | 52 | 42 | 55 | 7 | 30 | 0 | 122 | 434 | 16 | 17 |
| Binary | 101010 | 100010 | 101101 | 111 | 11000 | 0 | 1010010 | 100011100 | 1110 | 1111 |
Color Harmonies of #2A222D
Complementary color
Monochromatic Colors of #2A222D
Black with #2A222D
Text Example
Text Example
White with #2A222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A222D; }
p { color: rgb(42,34,45); }
H1.HeaderClassName
{
color: #2A222D;
}
.AnyTagClassName
{
color: #2A222D;
}
</style>
background-color css
<style>
a { background-color: #2A222D; }
a { background-color: rgb(42,34,45); }
div.DivClassName
{
background-color: #2A222D;
}
.BgClassName
{
background-color: #2A222D;
}
</style>
border-color css
<style>
span { border-color: #2A222D; }
span { border-color: rgb(42,34,45); }
td.TdClassName
{
border-color: #2A222D;
}
.TagClassName
{
border-color: #2A222D;
}
</style>