Shades of Blackcurrant #2A202D
Tints of Blackcurrant #2A202D
RGB
CMYK
RGB Variations
Color information
#2A202D (or 0x2A202D) is known color: Blackcurrant. HEX triplet: 2A, 20 and 2D. RGB value is (42,32,45). Sum of RGB (Red+Green+Blue) = 42+32+45=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A202D is #D5DFD2. Grayscale: #242424. Windows color (decimal): -14016467 or 2957354. OLE color: 2957354.
HSL color Cylindrical-coordinate representation of color #2A202D: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A202D is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 32 | 45 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.82 |
| HSL | 286.15º | 0.17% | 0.15% | - |
| HSV(B) | 286.15º | 0.29% | 0.18% | - |
| XYZ | 1.95 | 1.71 | 2.71 | - |
| YUV | 36.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 45 | 0.07 | 0.29 | 0 | 0.82 | 286.15 | 0.17 | 0.15 |
| Hex | 2A | 20 | 2D | 7 | 1D | 0 | 52 | 11E | 11 | F |
| Octal | 52 | 40 | 55 | 7 | 35 | 0 | 122 | 436 | 21 | 17 |
| Binary | 101010 | 100000 | 101101 | 111 | 11101 | 0 | 1010010 | 100011110 | 10001 | 1111 |
Color Harmonies of #2A202D
Complementary color
Monochromatic Colors of #2A202D
Black with #2A202D
Text Example
Text Example
White with #2A202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A202D; }
p { color: rgb(42,32,45); }
H1.HeaderClassName
{
color: #2A202D;
}
.AnyTagClassName
{
color: #2A202D;
}
</style>
background-color css
<style>
a { background-color: #2A202D; }
a { background-color: rgb(42,32,45); }
div.DivClassName
{
background-color: #2A202D;
}
.BgClassName
{
background-color: #2A202D;
}
</style>
border-color css
<style>
span { border-color: #2A202D; }
span { border-color: rgb(42,32,45); }
td.TdClassName
{
border-color: #2A202D;
}
.TagClassName
{
border-color: #2A202D;
}
</style>