Shades of Blackcurrant #2A1244
Tints of Blackcurrant #2A1244
RGB
CMYK
RGB Variations
Color information
#2A1244 (or 0x2A1244) is known color: Blackcurrant. HEX triplet: 2A, 12 and 44. RGB value is (42,18,68). Sum of RGB (Red+Green+Blue) = 42+18+68=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #2A1244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1244 is #D5EDBB. Grayscale: #1E1E1E. Windows color (decimal): -14020028 or 4461098. OLE color: 4461098.
HSL color Cylindrical-coordinate representation of color #2A1244: hue angle of 268.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A1244 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 18 | 68 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.73 |
| HSL | 268.8º | 0.58% | 0.17% | - |
| HSV(B) | 268.8º | 0.74% | 0.27% | - |
| XYZ | 2.21 | 1.34 | 5.61 | - |
| YUV | 30.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 68 | 0.38 | 0.74 | 0 | 0.73 | 268.8 | 0.58 | 0.17 |
| Hex | 2A | 12 | 44 | 26 | 4A | 0 | 49 | 10D | 3A | 11 |
| Octal | 52 | 22 | 104 | 46 | 112 | 0 | 111 | 415 | 72 | 21 |
| Binary | 101010 | 10010 | 1000100 | 100110 | 1001010 | 0 | 1001001 | 100001101 | 111010 | 10001 |
Color Harmonies of #2A1244
Complementary color
Monochromatic Colors of #2A1244
Black with #2A1244
Text Example
Text Example
White with #2A1244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1244; }
p { color: rgb(42,18,68); }
H1.HeaderClassName
{
color: #2A1244;
}
.AnyTagClassName
{
color: #2A1244;
}
</style>
background-color css
<style>
a { background-color: #2A1244; }
a { background-color: rgb(42,18,68); }
div.DivClassName
{
background-color: #2A1244;
}
.BgClassName
{
background-color: #2A1244;
}
</style>
border-color css
<style>
span { border-color: #2A1244; }
span { border-color: rgb(42,18,68); }
td.TdClassName
{
border-color: #2A1244;
}
.TagClassName
{
border-color: #2A1244;
}
</style>