Shades of Blackcurrant #2A172F
Tints of Blackcurrant #2A172F
RGB
CMYK
RGB Variations
Color information
#2A172F (or 0x2A172F) is known color: Blackcurrant. HEX triplet: 2A, 17 and 2F. RGB value is (42,23,47). Sum of RGB (Red+Green+Blue) = 42+23+47=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A172F is #D5E8D0. Grayscale: #1F1F1F. Windows color (decimal): -14018769 or 3086122. OLE color: 3086122.
HSL color Cylindrical-coordinate representation of color #2A172F: hue angle of 287.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A172F is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 23 | 47 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.82 |
| HSL | 287.5º | 0.34% | 0.14% | - |
| HSV(B) | 287.5º | 0.51% | 0.18% | - |
| XYZ | 1.77 | 1.31 | 2.85 | - |
| YUV | 31.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 47 | 0.11 | 0.51 | 0 | 0.82 | 287.5 | 0.34 | 0.14 |
| Hex | 2A | 17 | 2F | B | 33 | 0 | 52 | 120 | 22 | E |
| Octal | 52 | 27 | 57 | 13 | 63 | 0 | 122 | 440 | 42 | 16 |
| Binary | 101010 | 10111 | 101111 | 1011 | 110011 | 0 | 1010010 | 100100000 | 100010 | 1110 |
Color Harmonies of #2A172F
Complementary color
Monochromatic Colors of #2A172F
Black with #2A172F
Text Example
Text Example
White with #2A172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A172F; }
p { color: rgb(42,23,47); }
H1.HeaderClassName
{
color: #2A172F;
}
.AnyTagClassName
{
color: #2A172F;
}
</style>
background-color css
<style>
a { background-color: #2A172F; }
a { background-color: rgb(42,23,47); }
div.DivClassName
{
background-color: #2A172F;
}
.BgClassName
{
background-color: #2A172F;
}
</style>
border-color css
<style>
span { border-color: #2A172F; }
span { border-color: rgb(42,23,47); }
td.TdClassName
{
border-color: #2A172F;
}
.TagClassName
{
border-color: #2A172F;
}
</style>