Shades of Blackcurrant #2A232D
Tints of Blackcurrant #2A232D
RGB
CMYK
RGB Variations
Color information
#2A232D (or 0x2A232D) is known color: Blackcurrant. HEX triplet: 2A, 23 and 2D. RGB value is (42,35,45). Sum of RGB (Red+Green+Blue) = 42+35+45=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A232D is #D5DCD2. Grayscale: #262626. Windows color (decimal): -14015699 or 2958122. OLE color: 2958122.
HSL color Cylindrical-coordinate representation of color #2A232D: hue angle of 282º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2A232D is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 35 | 45 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.82 |
| HSL | 282º | 0.13% | 0.16% | - |
| HSV(B) | 282º | 0.22% | 0.18% | - |
| XYZ | 2.03 | 1.88 | 2.74 | - |
| YUV | 38.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 45 | 0.07 | 0.22 | 0 | 0.82 | 282 | 0.13 | 0.16 |
| Hex | 2A | 23 | 2D | 7 | 16 | 0 | 52 | 11A | C | 10 |
| Octal | 52 | 43 | 55 | 7 | 26 | 0 | 122 | 432 | 14 | 20 |
| Binary | 101010 | 100011 | 101101 | 111 | 10110 | 0 | 1010010 | 100011010 | 1100 | 10000 |
Color Harmonies of #2A232D
Complementary color
Monochromatic Colors of #2A232D
Black with #2A232D
Text Example
Text Example
White with #2A232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A232D; }
p { color: rgb(42,35,45); }
H1.HeaderClassName
{
color: #2A232D;
}
.AnyTagClassName
{
color: #2A232D;
}
</style>
background-color css
<style>
a { background-color: #2A232D; }
a { background-color: rgb(42,35,45); }
div.DivClassName
{
background-color: #2A232D;
}
.BgClassName
{
background-color: #2A232D;
}
</style>
border-color css
<style>
span { border-color: #2A232D; }
span { border-color: rgb(42,35,45); }
td.TdClassName
{
border-color: #2A232D;
}
.TagClassName
{
border-color: #2A232D;
}
</style>