Shades of Blackcurrant #2A0137
Tints of Blackcurrant #2A0137
RGB
CMYK
RGB Variations
Color information
#2A0137 (or 0x2A0137) is known color: Blackcurrant. HEX triplet: 2A, 01 and 37. RGB value is (42,1,55). Sum of RGB (Red+Green+Blue) = 42+1+55=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 55 (21.88% from 255 or 56.12% from 98); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0137 is #D5FEC8. Grayscale: #131313. Windows color (decimal): -14024393 or 3604778. OLE color: 3604778.
HSL color Cylindrical-coordinate representation of color #2A0137: hue angle of 285.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0137 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 1 | 55 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.78 |
| HSL | 285.56º | 0.96% | 0.11% | - |
| HSV(B) | 285.56º | 0.98% | 0.22% | - |
| XYZ | 1.66 | 0.79 | 3.68 | - |
| YUV | 19.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 55 | 0.24 | 0.98 | 0 | 0.78 | 285.56 | 0.96 | 0.11 |
| Hex | 2A | 1 | 37 | 18 | 62 | 0 | 4E | 11E | 60 | B |
| Octal | 52 | 1 | 67 | 30 | 142 | 0 | 116 | 436 | 140 | 13 |
| Binary | 101010 | 1 | 110111 | 11000 | 1100010 | 0 | 1001110 | 100011110 | 1100000 | 1011 |
Color Harmonies of #2A0137
Complementary color
Monochromatic Colors of #2A0137
Black with #2A0137
Text Example
Text Example
White with #2A0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0137; }
p { color: rgb(42,1,55); }
H1.HeaderClassName
{
color: #2A0137;
}
.AnyTagClassName
{
color: #2A0137;
}
</style>
background-color css
<style>
a { background-color: #2A0137; }
a { background-color: rgb(42,1,55); }
div.DivClassName
{
background-color: #2A0137;
}
.BgClassName
{
background-color: #2A0137;
}
</style>
border-color css
<style>
span { border-color: #2A0137; }
span { border-color: rgb(42,1,55); }
td.TdClassName
{
border-color: #2A0137;
}
.TagClassName
{
border-color: #2A0137;
}
</style>