Shades of Blackcurrant #2A073D
Tints of Blackcurrant #2A073D
RGB
CMYK
RGB Variations
Color information
#2A073D (or 0x2A073D) is known color: Blackcurrant. HEX triplet: 2A, 07 and 3D. RGB value is (42,7,61). Sum of RGB (Red+Green+Blue) = 42+7+61=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A073D is #D5F8C2. Grayscale: #171717. Windows color (decimal): -14022851 or 3999530. OLE color: 3999530.
HSL color Cylindrical-coordinate representation of color #2A073D: hue angle of 278.89º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A073D is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 7 | 61 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.76 |
| HSL | 278.89º | 0.79% | 0.13% | - |
| HSV(B) | 278.89º | 0.89% | 0.24% | - |
| XYZ | 1.87 | 0.98 | 4.51 | - |
| YUV | 23.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 61 | 0.31 | 0.89 | 0 | 0.76 | 278.89 | 0.79 | 0.13 |
| Hex | 2A | 7 | 3D | 1F | 59 | 0 | 4C | 117 | 4F | D |
| Octal | 52 | 7 | 75 | 37 | 131 | 0 | 114 | 427 | 117 | 15 |
| Binary | 101010 | 111 | 111101 | 11111 | 1011001 | 0 | 1001100 | 100010111 | 1001111 | 1101 |
Color Harmonies of #2A073D
Complementary color
Monochromatic Colors of #2A073D
Black with #2A073D
Text Example
Text Example
White with #2A073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A073D; }
p { color: rgb(42,7,61); }
H1.HeaderClassName
{
color: #2A073D;
}
.AnyTagClassName
{
color: #2A073D;
}
</style>
background-color css
<style>
a { background-color: #2A073D; }
a { background-color: rgb(42,7,61); }
div.DivClassName
{
background-color: #2A073D;
}
.BgClassName
{
background-color: #2A073D;
}
</style>
border-color css
<style>
span { border-color: #2A073D; }
span { border-color: rgb(42,7,61); }
td.TdClassName
{
border-color: #2A073D;
}
.TagClassName
{
border-color: #2A073D;
}
</style>