Shades of Blackcurrant #2A272B
Tints of Blackcurrant #2A272B
RGB
CMYK
RGB Variations
Color information
#2A272B (or 0x2A272B) is known color: Blackcurrant. HEX triplet: 2A, 27 and 2B. RGB value is (42,39,43). Sum of RGB (Red+Green+Blue) = 42+39+43=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 43 - color contains mainly: blue. Hex color #2A272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A272B is #D5D8D4. Grayscale: #282828. Windows color (decimal): -14014677 or 2828074. OLE color: 2828074.
HSL color Cylindrical-coordinate representation of color #2A272B: hue angle of 285º degrees, saturation: 0.05, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2A272B is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 39 | 43 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.83 |
| HSL | 285º | 0.05% | 0.16% | - |
| HSV(B) | 285º | 0.09% | 0.17% | - |
| XYZ | 2.12 | 2.12 | 2.58 | - |
| YUV | 40.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 43 | 0.02 | 0.09 | 0 | 0.83 | 285 | 0.05 | 0.16 |
| Hex | 2A | 27 | 2B | 2 | 9 | 0 | 53 | 11D | 5 | 10 |
| Octal | 52 | 47 | 53 | 2 | 11 | 0 | 123 | 435 | 5 | 20 |
| Binary | 101010 | 100111 | 101011 | 10 | 1001 | 0 | 1010011 | 100011101 | 101 | 10000 |
Color Harmonies of #2A272B
Complementary color
Monochromatic Colors of #2A272B
Black with #2A272B
Text Example
Text Example
White with #2A272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A272B; }
p { color: rgb(42,39,43); }
H1.HeaderClassName
{
color: #2A272B;
}
.AnyTagClassName
{
color: #2A272B;
}
</style>
background-color css
<style>
a { background-color: #2A272B; }
a { background-color: rgb(42,39,43); }
div.DivClassName
{
background-color: #2A272B;
}
.BgClassName
{
background-color: #2A272B;
}
</style>
border-color css
<style>
span { border-color: #2A272B; }
span { border-color: rgb(42,39,43); }
td.TdClassName
{
border-color: #2A272B;
}
.TagClassName
{
border-color: #2A272B;
}
</style>