Shades of Blackcurrant #2A0E37
Tints of Blackcurrant #2A0E37
RGB
CMYK
RGB Variations
Color information
#2A0E37 (or 0x2A0E37) is known color: Blackcurrant. HEX triplet: 2A, 0E and 37. RGB value is (42,14,55). Sum of RGB (Red+Green+Blue) = 42+14+55=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A0E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0E37 is #D5F1C8. Grayscale: #1A1A1A. Windows color (decimal): -14021065 or 3608106. OLE color: 3608106.
HSL color Cylindrical-coordinate representation of color #2A0E37: hue angle of 280.98º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A0E37 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 14 | 55 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.78 |
| HSL | 280.98º | 0.59% | 0.14% | - |
| HSV(B) | 280.98º | 0.75% | 0.22% | - |
| XYZ | 1.8 | 1.08 | 3.73 | - |
| YUV | 27.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 55 | 0.24 | 0.75 | 0 | 0.78 | 280.98 | 0.59 | 0.14 |
| Hex | 2A | E | 37 | 18 | 4B | 0 | 4E | 119 | 3B | E |
| Octal | 52 | 16 | 67 | 30 | 113 | 0 | 116 | 431 | 73 | 16 |
| Binary | 101010 | 1110 | 110111 | 11000 | 1001011 | 0 | 1001110 | 100011001 | 111011 | 1110 |
Color Harmonies of #2A0E37
Complementary color
Monochromatic Colors of #2A0E37
Black with #2A0E37
Text Example
Text Example
White with #2A0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0E37; }
p { color: rgb(42,14,55); }
H1.HeaderClassName
{
color: #2A0E37;
}
.AnyTagClassName
{
color: #2A0E37;
}
</style>
background-color css
<style>
a { background-color: #2A0E37; }
a { background-color: rgb(42,14,55); }
div.DivClassName
{
background-color: #2A0E37;
}
.BgClassName
{
background-color: #2A0E37;
}
</style>
border-color css
<style>
span { border-color: #2A0E37; }
span { border-color: rgb(42,14,55); }
td.TdClassName
{
border-color: #2A0E37;
}
.TagClassName
{
border-color: #2A0E37;
}
</style>