Shades of Blackcurrant #2A1042
Tints of Blackcurrant #2A1042
RGB
CMYK
RGB Variations
Color information
#2A1042 (or 0x2A1042) is known color: Blackcurrant. HEX triplet: 2A, 10 and 42. RGB value is (42,16,66). Sum of RGB (Red+Green+Blue) = 42+16+66=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 66 (26.17% from 255 or 53.23% from 124); Max value from RGB is 66 - color contains mainly: blue. Hex color #2A1042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1042 is #D5EFBD. Grayscale: #1D1D1D. Windows color (decimal): -14020542 or 4329514. OLE color: 4329514.
HSL color Cylindrical-coordinate representation of color #2A1042: hue angle of 271.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1042 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 16 | 66 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.74 |
| HSL | 271.2º | 0.61% | 0.16% | - |
| HSV(B) | 271.2º | 0.76% | 0.26% | - |
| XYZ | 2.12 | 1.26 | 5.28 | - |
| YUV | 29.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 66 | 0.36 | 0.76 | 0 | 0.74 | 271.2 | 0.61 | 0.16 |
| Hex | 2A | 10 | 42 | 24 | 4C | 0 | 4A | 10F | 3D | 10 |
| Octal | 52 | 20 | 102 | 44 | 114 | 0 | 112 | 417 | 75 | 20 |
| Binary | 101010 | 10000 | 1000010 | 100100 | 1001100 | 0 | 1001010 | 100001111 | 111101 | 10000 |
Color Harmonies of #2A1042
Complementary color
Monochromatic Colors of #2A1042
Black with #2A1042
Text Example
Text Example
White with #2A1042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1042; }
p { color: rgb(42,16,66); }
H1.HeaderClassName
{
color: #2A1042;
}
.AnyTagClassName
{
color: #2A1042;
}
</style>
background-color css
<style>
a { background-color: #2A1042; }
a { background-color: rgb(42,16,66); }
div.DivClassName
{
background-color: #2A1042;
}
.BgClassName
{
background-color: #2A1042;
}
</style>
border-color css
<style>
span { border-color: #2A1042; }
span { border-color: rgb(42,16,66); }
td.TdClassName
{
border-color: #2A1042;
}
.TagClassName
{
border-color: #2A1042;
}
</style>