Shades of Blackcurrant #2A212D
Tints of Blackcurrant #2A212D
RGB
CMYK
RGB Variations
Color information
#2A212D (or 0x2A212D) is known color: Blackcurrant. HEX triplet: 2A, 21 and 2D. RGB value is (42,33,45). Sum of RGB (Red+Green+Blue) = 42+33+45=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A212D is #D5DED2. Grayscale: #252525. Windows color (decimal): -14016211 or 2957610. OLE color: 2957610.
HSL color Cylindrical-coordinate representation of color #2A212D: hue angle of 285º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2A212D is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 33 | 45 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.82 |
| HSL | 285º | 0.15% | 0.15% | - |
| HSV(B) | 285º | 0.27% | 0.18% | - |
| XYZ | 1.97 | 1.77 | 2.72 | - |
| YUV | 37.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 45 | 0.07 | 0.27 | 0 | 0.82 | 285 | 0.15 | 0.15 |
| Hex | 2A | 21 | 2D | 7 | 1B | 0 | 52 | 11D | F | F |
| Octal | 52 | 41 | 55 | 7 | 33 | 0 | 122 | 435 | 17 | 17 |
| Binary | 101010 | 100001 | 101101 | 111 | 11011 | 0 | 1010010 | 100011101 | 1111 | 1111 |
Color Harmonies of #2A212D
Complementary color
Monochromatic Colors of #2A212D
Black with #2A212D
Text Example
Text Example
White with #2A212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A212D; }
p { color: rgb(42,33,45); }
H1.HeaderClassName
{
color: #2A212D;
}
.AnyTagClassName
{
color: #2A212D;
}
</style>
background-color css
<style>
a { background-color: #2A212D; }
a { background-color: rgb(42,33,45); }
div.DivClassName
{
background-color: #2A212D;
}
.BgClassName
{
background-color: #2A212D;
}
</style>
border-color css
<style>
span { border-color: #2A212D; }
span { border-color: rgb(42,33,45); }
td.TdClassName
{
border-color: #2A212D;
}
.TagClassName
{
border-color: #2A212D;
}
</style>