Shades of Blackcurrant #2A013D
Tints of Blackcurrant #2A013D
RGB
CMYK
RGB Variations
Color information
#2A013D (or 0x2A013D) is known color: Blackcurrant. HEX triplet: 2A, 01 and 3D. RGB value is (42,1,61). Sum of RGB (Red+Green+Blue) = 42+1+61=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A013D is #D5FEC2. Grayscale: #131313. Windows color (decimal): -14024387 or 3997994. OLE color: 3997994.
HSL color Cylindrical-coordinate representation of color #2A013D: hue angle of 281º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A013D is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 1 | 61 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.76 |
| HSL | 281º | 0.97% | 0.12% | - |
| HSV(B) | 281º | 0.98% | 0.24% | - |
| XYZ | 1.81 | 0.85 | 4.48 | - |
| YUV | 20.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 61 | 0.31 | 0.98 | 0 | 0.76 | 281 | 0.97 | 0.12 |
| Hex | 2A | 1 | 3D | 1F | 62 | 0 | 4C | 119 | 61 | C |
| Octal | 52 | 1 | 75 | 37 | 142 | 0 | 114 | 431 | 141 | 14 |
| Binary | 101010 | 1 | 111101 | 11111 | 1100010 | 0 | 1001100 | 100011001 | 1100001 | 1100 |
Color Harmonies of #2A013D
Complementary color
Monochromatic Colors of #2A013D
Black with #2A013D
Text Example
Text Example
White with #2A013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A013D; }
p { color: rgb(42,1,61); }
H1.HeaderClassName
{
color: #2A013D;
}
.AnyTagClassName
{
color: #2A013D;
}
</style>
background-color css
<style>
a { background-color: #2A013D; }
a { background-color: rgb(42,1,61); }
div.DivClassName
{
background-color: #2A013D;
}
.BgClassName
{
background-color: #2A013D;
}
</style>
border-color css
<style>
span { border-color: #2A013D; }
span { border-color: rgb(42,1,61); }
td.TdClassName
{
border-color: #2A013D;
}
.TagClassName
{
border-color: #2A013D;
}
</style>