Shades of Blackcurrant #2A103A
Tints of Blackcurrant #2A103A
RGB
CMYK
RGB Variations
Color information
#2A103A (or 0x2A103A) is known color: Blackcurrant. HEX triplet: 2A, 10 and 3A. RGB value is (42,16,58). Sum of RGB (Red+Green+Blue) = 42+16+58=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A103A is #D5EFC5. Grayscale: #1C1C1C. Windows color (decimal): -14020550 or 3805226. OLE color: 3805226.
HSL color Cylindrical-coordinate representation of color #2A103A: hue angle of 277.14º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A103A is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 16 | 58 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.77 |
| HSL | 277.14º | 0.57% | 0.15% | - |
| HSV(B) | 277.14º | 0.72% | 0.23% | - |
| XYZ | 1.9 | 1.17 | 4.13 | - |
| YUV | 28.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 58 | 0.28 | 0.72 | 0 | 0.77 | 277.14 | 0.57 | 0.15 |
| Hex | 2A | 10 | 3A | 1C | 48 | 0 | 4D | 115 | 39 | F |
| Octal | 52 | 20 | 72 | 34 | 110 | 0 | 115 | 425 | 71 | 17 |
| Binary | 101010 | 10000 | 111010 | 11100 | 1001000 | 0 | 1001101 | 100010101 | 111001 | 1111 |
Color Harmonies of #2A103A
Complementary color
Monochromatic Colors of #2A103A
Black with #2A103A
Text Example
Text Example
White with #2A103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A103A; }
p { color: rgb(42,16,58); }
H1.HeaderClassName
{
color: #2A103A;
}
.AnyTagClassName
{
color: #2A103A;
}
</style>
background-color css
<style>
a { background-color: #2A103A; }
a { background-color: rgb(42,16,58); }
div.DivClassName
{
background-color: #2A103A;
}
.BgClassName
{
background-color: #2A103A;
}
</style>
border-color css
<style>
span { border-color: #2A103A; }
span { border-color: rgb(42,16,58); }
td.TdClassName
{
border-color: #2A103A;
}
.TagClassName
{
border-color: #2A103A;
}
</style>