Shades of Blackcurrant #2A112F
Tints of Blackcurrant #2A112F
RGB
CMYK
RGB Variations
Color information
#2A112F (or 0x2A112F) is known color: Blackcurrant. HEX triplet: 2A, 11 and 2F. RGB value is (42,17,47). Sum of RGB (Red+Green+Blue) = 42+17+47=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #2A112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A112F is #D5EED0. Grayscale: #1B1B1B. Windows color (decimal): -14020305 or 3084586. OLE color: 3084586.
HSL color Cylindrical-coordinate representation of color #2A112F: hue angle of 290º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A112F is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 17 | 47 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.82 |
| HSL | 290º | 0.47% | 0.13% | - |
| HSV(B) | 290º | 0.64% | 0.18% | - |
| XYZ | 1.67 | 1.1 | 2.81 | - |
| YUV | 27.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 47 | 0.11 | 0.64 | 0 | 0.82 | 290 | 0.47 | 0.13 |
| Hex | 2A | 11 | 2F | B | 40 | 0 | 52 | 122 | 2F | D |
| Octal | 52 | 21 | 57 | 13 | 100 | 0 | 122 | 442 | 57 | 15 |
| Binary | 101010 | 10001 | 101111 | 1011 | 1000000 | 0 | 1010010 | 100100010 | 101111 | 1101 |
Color Harmonies of #2A112F
Complementary color
Monochromatic Colors of #2A112F
Black with #2A112F
Text Example
Text Example
White with #2A112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A112F; }
p { color: rgb(42,17,47); }
H1.HeaderClassName
{
color: #2A112F;
}
.AnyTagClassName
{
color: #2A112F;
}
</style>
background-color css
<style>
a { background-color: #2A112F; }
a { background-color: rgb(42,17,47); }
div.DivClassName
{
background-color: #2A112F;
}
.BgClassName
{
background-color: #2A112F;
}
</style>
border-color css
<style>
span { border-color: #2A112F; }
span { border-color: rgb(42,17,47); }
td.TdClassName
{
border-color: #2A112F;
}
.TagClassName
{
border-color: #2A112F;
}
</style>