Shades of Blackcurrant #2A0D39
Tints of Blackcurrant #2A0D39
RGB
CMYK
RGB Variations
Color information
#2A0D39 (or 0x2A0D39) is known color: Blackcurrant. HEX triplet: 2A, 0D and 39. RGB value is (42,13,57). Sum of RGB (Red+Green+Blue) = 42+13+57=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A0D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0D39 is #D5F2C6. Grayscale: #1A1A1A. Windows color (decimal): -14021319 or 3738922. OLE color: 3738922.
HSL color Cylindrical-coordinate representation of color #2A0D39: hue angle of 279.55º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A0D39 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 13 | 57 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.78 |
| HSL | 279.55º | 0.63% | 0.14% | - |
| HSV(B) | 279.55º | 0.77% | 0.22% | - |
| XYZ | 1.84 | 1.08 | 3.98 | - |
| YUV | 26.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 57 | 0.26 | 0.77 | 0 | 0.78 | 279.55 | 0.63 | 0.14 |
| Hex | 2A | D | 39 | 1A | 4D | 0 | 4E | 118 | 3F | E |
| Octal | 52 | 15 | 71 | 32 | 115 | 0 | 116 | 430 | 77 | 16 |
| Binary | 101010 | 1101 | 111001 | 11010 | 1001101 | 0 | 1001110 | 100011000 | 111111 | 1110 |
Color Harmonies of #2A0D39
Complementary color
Monochromatic Colors of #2A0D39
Black with #2A0D39
Text Example
Text Example
White with #2A0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D39; }
p { color: rgb(42,13,57); }
H1.HeaderClassName
{
color: #2A0D39;
}
.AnyTagClassName
{
color: #2A0D39;
}
</style>
background-color css
<style>
a { background-color: #2A0D39; }
a { background-color: rgb(42,13,57); }
div.DivClassName
{
background-color: #2A0D39;
}
.BgClassName
{
background-color: #2A0D39;
}
</style>
border-color css
<style>
span { border-color: #2A0D39; }
span { border-color: rgb(42,13,57); }
td.TdClassName
{
border-color: #2A0D39;
}
.TagClassName
{
border-color: #2A0D39;
}
</style>