Shades of Blackcurrant #2A162F
Tints of Blackcurrant #2A162F
RGB
CMYK
RGB Variations
Color information
#2A162F (or 0x2A162F) is known color: Blackcurrant. HEX triplet: 2A, 16 and 2F. RGB value is (42,22,47). Sum of RGB (Red+Green+Blue) = 42+22+47=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A162F is #D5E9D0. Grayscale: #1E1E1E. Windows color (decimal): -14019025 or 3085866. OLE color: 3085866.
HSL color Cylindrical-coordinate representation of color #2A162F: hue angle of 288º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A162F is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 22 | 47 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.82 |
| HSL | 288º | 0.36% | 0.14% | - |
| HSV(B) | 288º | 0.53% | 0.18% | - |
| XYZ | 1.75 | 1.27 | 2.84 | - |
| YUV | 30.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 47 | 0.11 | 0.53 | 0 | 0.82 | 288 | 0.36 | 0.14 |
| Hex | 2A | 16 | 2F | B | 35 | 0 | 52 | 120 | 24 | E |
| Octal | 52 | 26 | 57 | 13 | 65 | 0 | 122 | 440 | 44 | 16 |
| Binary | 101010 | 10110 | 101111 | 1011 | 110101 | 0 | 1010010 | 100100000 | 100100 | 1110 |
Color Harmonies of #2A162F
Complementary color
Monochromatic Colors of #2A162F
Black with #2A162F
Text Example
Text Example
White with #2A162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A162F; }
p { color: rgb(42,22,47); }
H1.HeaderClassName
{
color: #2A162F;
}
.AnyTagClassName
{
color: #2A162F;
}
</style>
background-color css
<style>
a { background-color: #2A162F; }
a { background-color: rgb(42,22,47); }
div.DivClassName
{
background-color: #2A162F;
}
.BgClassName
{
background-color: #2A162F;
}
</style>
border-color css
<style>
span { border-color: #2A162F; }
span { border-color: rgb(42,22,47); }
td.TdClassName
{
border-color: #2A162F;
}
.TagClassName
{
border-color: #2A162F;
}
</style>