Shades of Blackcurrant #2A272D
Tints of Blackcurrant #2A272D
RGB
CMYK
RGB Variations
Color information
#2A272D (or 0x2A272D) is known color: Blackcurrant. HEX triplet: 2A, 27 and 2D. RGB value is (42,39,45). Sum of RGB (Red+Green+Blue) = 42+39+45=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 45 - color contains mainly: blue. Hex color #2A272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A272D is #D5D8D2. Grayscale: #282828. Windows color (decimal): -14014675 or 2959146. OLE color: 2959146.
HSL color Cylindrical-coordinate representation of color #2A272D: hue angle of 270º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2A272D is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 39 | 45 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.82 |
| HSL | 270º | 0.07% | 0.16% | - |
| HSV(B) | 270º | 0.13% | 0.18% | - |
| XYZ | 2.15 | 2.13 | 2.78 | - |
| YUV | 40.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 45 | 0.07 | 0.13 | 0 | 0.82 | 270 | 0.07 | 0.16 |
| Hex | 2A | 27 | 2D | 7 | D | 0 | 52 | 10E | 7 | 10 |
| Octal | 52 | 47 | 55 | 7 | 15 | 0 | 122 | 416 | 7 | 20 |
| Binary | 101010 | 100111 | 101101 | 111 | 1101 | 0 | 1010010 | 100001110 | 111 | 10000 |
Color Harmonies of #2A272D
Complementary color
Monochromatic Colors of #2A272D
Black with #2A272D
Text Example
Text Example
White with #2A272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A272D; }
p { color: rgb(42,39,45); }
H1.HeaderClassName
{
color: #2A272D;
}
.AnyTagClassName
{
color: #2A272D;
}
</style>
background-color css
<style>
a { background-color: #2A272D; }
a { background-color: rgb(42,39,45); }
div.DivClassName
{
background-color: #2A272D;
}
.BgClassName
{
background-color: #2A272D;
}
</style>
border-color css
<style>
span { border-color: #2A272D; }
span { border-color: rgb(42,39,45); }
td.TdClassName
{
border-color: #2A272D;
}
.TagClassName
{
border-color: #2A272D;
}
</style>