Shades of Blackcurrant #2A1F2F
Tints of Blackcurrant #2A1F2F
RGB
CMYK
RGB Variations
Color information
#2A1F2F (or 0x2A1F2F) is known color: Blackcurrant. HEX triplet: 2A, 1F and 2F. RGB value is (42,31,47). Sum of RGB (Red+Green+Blue) = 42+31+47=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A1F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1F2F is #D5E0D0. Grayscale: #242424. Windows color (decimal): -14016721 or 3088170. OLE color: 3088170.
HSL color Cylindrical-coordinate representation of color #2A1F2F: hue angle of 281.25º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2A1F2F is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 31 | 47 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.82 |
| HSL | 281.25º | 0.21% | 0.15% | - |
| HSV(B) | 281.25º | 0.34% | 0.18% | - |
| XYZ | 1.96 | 1.68 | 2.91 | - |
| YUV | 36.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 31 | 47 | 0.11 | 0.34 | 0 | 0.82 | 281.25 | 0.21 | 0.15 |
| Hex | 2A | 1F | 2F | B | 22 | 0 | 52 | 119 | 15 | F |
| Octal | 52 | 37 | 57 | 13 | 42 | 0 | 122 | 431 | 25 | 17 |
| Binary | 101010 | 11111 | 101111 | 1011 | 100010 | 0 | 1010010 | 100011001 | 10101 | 1111 |
Color Harmonies of #2A1F2F
Complementary color
Monochromatic Colors of #2A1F2F
Black with #2A1F2F
Text Example
Text Example
White with #2A1F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1F2F; }
p { color: rgb(42,31,47); }
H1.HeaderClassName
{
color: #2A1F2F;
}
.AnyTagClassName
{
color: #2A1F2F;
}
</style>
background-color css
<style>
a { background-color: #2A1F2F; }
a { background-color: rgb(42,31,47); }
div.DivClassName
{
background-color: #2A1F2F;
}
.BgClassName
{
background-color: #2A1F2F;
}
</style>
border-color css
<style>
span { border-color: #2A1F2F; }
span { border-color: rgb(42,31,47); }
td.TdClassName
{
border-color: #2A1F2F;
}
.TagClassName
{
border-color: #2A1F2F;
}
</style>