Shades of Blackcurrant #2A0631
Tints of Blackcurrant #2A0631
RGB
CMYK
RGB Variations
Color information
#2A0631 (or 0x2A0631) is known color: Blackcurrant. HEX triplet: 2A, 06 and 31. RGB value is (42,6,49). Sum of RGB (Red+Green+Blue) = 42+6+49=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0631 is #D5F9CE. Grayscale: #151515. Windows color (decimal): -14023119 or 3212842. OLE color: 3212842.
HSL color Cylindrical-coordinate representation of color #2A0631: hue angle of 290.23º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A0631 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 6 | 49 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.81 |
| HSL | 290.23º | 0.78% | 0.11% | - |
| HSV(B) | 290.23º | 0.88% | 0.19% | - |
| XYZ | 1.57 | 0.84 | 2.99 | - |
| YUV | 21.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 49 | 0.14 | 0.88 | 0 | 0.81 | 290.23 | 0.78 | 0.11 |
| Hex | 2A | 6 | 31 | E | 58 | 0 | 51 | 122 | 4E | B |
| Octal | 52 | 6 | 61 | 16 | 130 | 0 | 121 | 442 | 116 | 13 |
| Binary | 101010 | 110 | 110001 | 1110 | 1011000 | 0 | 1010001 | 100100010 | 1001110 | 1011 |
Color Harmonies of #2A0631
Complementary color
Monochromatic Colors of #2A0631
Black with #2A0631
Text Example
Text Example
White with #2A0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0631; }
p { color: rgb(42,6,49); }
H1.HeaderClassName
{
color: #2A0631;
}
.AnyTagClassName
{
color: #2A0631;
}
</style>
background-color css
<style>
a { background-color: #2A0631; }
a { background-color: rgb(42,6,49); }
div.DivClassName
{
background-color: #2A0631;
}
.BgClassName
{
background-color: #2A0631;
}
</style>
border-color css
<style>
span { border-color: #2A0631; }
span { border-color: rgb(42,6,49); }
td.TdClassName
{
border-color: #2A0631;
}
.TagClassName
{
border-color: #2A0631;
}
</style>