Shades of Blackcurrant #2A1A2F
Tints of Blackcurrant #2A1A2F
RGB
CMYK
RGB Variations
Color information
#2A1A2F (or 0x2A1A2F) is known color: Blackcurrant. HEX triplet: 2A, 1A and 2F. RGB value is (42,26,47). Sum of RGB (Red+Green+Blue) = 42+26+47=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A1A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1A2F is #D5E5D0. Grayscale: #212121. Windows color (decimal): -14018001 or 3086890. OLE color: 3086890.
HSL color Cylindrical-coordinate representation of color #2A1A2F: hue angle of 285.71º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A1A2F is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 26 | 47 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.82 |
| HSL | 285.71º | 0.29% | 0.14% | - |
| HSV(B) | 285.71º | 0.45% | 0.18% | - |
| XYZ | 1.84 | 1.44 | 2.87 | - |
| YUV | 33.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 26 | 47 | 0.11 | 0.45 | 0 | 0.82 | 285.71 | 0.29 | 0.14 |
| Hex | 2A | 1A | 2F | B | 2D | 0 | 52 | 11E | 1D | E |
| Octal | 52 | 32 | 57 | 13 | 55 | 0 | 122 | 436 | 35 | 16 |
| Binary | 101010 | 11010 | 101111 | 1011 | 101101 | 0 | 1010010 | 100011110 | 11101 | 1110 |
Color Harmonies of #2A1A2F
Complementary color
Monochromatic Colors of #2A1A2F
Black with #2A1A2F
Text Example
Text Example
White with #2A1A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1A2F; }
p { color: rgb(42,26,47); }
H1.HeaderClassName
{
color: #2A1A2F;
}
.AnyTagClassName
{
color: #2A1A2F;
}
</style>
background-color css
<style>
a { background-color: #2A1A2F; }
a { background-color: rgb(42,26,47); }
div.DivClassName
{
background-color: #2A1A2F;
}
.BgClassName
{
background-color: #2A1A2F;
}
</style>
border-color css
<style>
span { border-color: #2A1A2F; }
span { border-color: rgb(42,26,47); }
td.TdClassName
{
border-color: #2A1A2F;
}
.TagClassName
{
border-color: #2A1A2F;
}
</style>