Shades of Blackcurrant #2A1043
Tints of Blackcurrant #2A1043
RGB
CMYK
RGB Variations
Color information
#2A1043 (or 0x2A1043) is known color: Blackcurrant. HEX triplet: 2A, 10 and 43. RGB value is (42,16,67). Sum of RGB (Red+Green+Blue) = 42+16+67=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #2A1043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1043 is #D5EFBC. Grayscale: #1D1D1D. Windows color (decimal): -14020541 or 4395050. OLE color: 4395050.
HSL color Cylindrical-coordinate representation of color #2A1043: hue angle of 270.59º 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 #2A1043 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 16 | 67 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.74 |
| HSL | 270.59º | 0.61% | 0.16% | - |
| HSV(B) | 270.59º | 0.76% | 0.26% | - |
| XYZ | 2.15 | 1.27 | 5.44 | - |
| YUV | 29.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 67 | 0.37 | 0.76 | 0 | 0.74 | 270.59 | 0.61 | 0.16 |
| Hex | 2A | 10 | 43 | 25 | 4C | 0 | 4A | 10F | 3D | 10 |
| Octal | 52 | 20 | 103 | 45 | 114 | 0 | 112 | 417 | 75 | 20 |
| Binary | 101010 | 10000 | 1000011 | 100101 | 1001100 | 0 | 1001010 | 100001111 | 111101 | 10000 |
Color Harmonies of #2A1043
Complementary color
Monochromatic Colors of #2A1043
Black with #2A1043
Text Example
Text Example
White with #2A1043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1043; }
p { color: rgb(42,16,67); }
H1.HeaderClassName
{
color: #2A1043;
}
.AnyTagClassName
{
color: #2A1043;
}
</style>
background-color css
<style>
a { background-color: #2A1043; }
a { background-color: rgb(42,16,67); }
div.DivClassName
{
background-color: #2A1043;
}
.BgClassName
{
background-color: #2A1043;
}
</style>
border-color css
<style>
span { border-color: #2A1043; }
span { border-color: rgb(42,16,67); }
td.TdClassName
{
border-color: #2A1043;
}
.TagClassName
{
border-color: #2A1043;
}
</style>