Shades of Blackcurrant #2A063D
Tints of Blackcurrant #2A063D
RGB
CMYK
RGB Variations
Color information
#2A063D (or 0x2A063D) is known color: Blackcurrant. HEX triplet: 2A, 06 and 3D. RGB value is (42,6,61). Sum of RGB (Red+Green+Blue) = 42+6+61=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A063D is #D5F9C2. Grayscale: #161616. Windows color (decimal): -14023107 or 3999274. OLE color: 3999274.
HSL color Cylindrical-coordinate representation of color #2A063D: hue angle of 279.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A063D is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 6 | 61 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.76 |
| HSL | 279.27º | 0.82% | 0.13% | - |
| HSV(B) | 279.27º | 0.9% | 0.24% | - |
| XYZ | 1.86 | 0.96 | 4.5 | - |
| YUV | 23.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 61 | 0.31 | 0.90 | 0 | 0.76 | 279.27 | 0.82 | 0.13 |
| Hex | 2A | 6 | 3D | 1F | 5A | 0 | 4C | 117 | 52 | D |
| Octal | 52 | 6 | 75 | 37 | 132 | 0 | 114 | 427 | 122 | 15 |
| Binary | 101010 | 110 | 111101 | 11111 | 1011010 | 0 | 1001100 | 100010111 | 1010010 | 1101 |
Color Harmonies of #2A063D
Complementary color
Monochromatic Colors of #2A063D
Black with #2A063D
Text Example
Text Example
White with #2A063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A063D; }
p { color: rgb(42,6,61); }
H1.HeaderClassName
{
color: #2A063D;
}
.AnyTagClassName
{
color: #2A063D;
}
</style>
background-color css
<style>
a { background-color: #2A063D; }
a { background-color: rgb(42,6,61); }
div.DivClassName
{
background-color: #2A063D;
}
.BgClassName
{
background-color: #2A063D;
}
</style>
border-color css
<style>
span { border-color: #2A063D; }
span { border-color: rgb(42,6,61); }
td.TdClassName
{
border-color: #2A063D;
}
.TagClassName
{
border-color: #2A063D;
}
</style>