Shades of Blackcurrant #2A0138
Tints of Blackcurrant #2A0138
RGB
CMYK
RGB Variations
Color information
#2A0138 (or 0x2A0138) is known color: Blackcurrant. HEX triplet: 2A, 01 and 38. RGB value is (42,1,56). Sum of RGB (Red+Green+Blue) = 42+1+56=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0138 is #D5FEC7. Grayscale: #131313. Windows color (decimal): -14024392 or 3670314. OLE color: 3670314.
HSL color Cylindrical-coordinate representation of color #2A0138: hue angle of 284.73º 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 #2A0138 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 1 | 56 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.78 |
| HSL | 284.73º | 0.96% | 0.11% | - |
| HSV(B) | 284.73º | 0.98% | 0.22% | - |
| XYZ | 1.68 | 0.8 | 3.81 | - |
| YUV | 19.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 56 | 0.25 | 0.98 | 0 | 0.78 | 284.73 | 0.96 | 0.11 |
| Hex | 2A | 1 | 38 | 19 | 62 | 0 | 4E | 11D | 60 | B |
| Octal | 52 | 1 | 70 | 31 | 142 | 0 | 116 | 435 | 140 | 13 |
| Binary | 101010 | 1 | 111000 | 11001 | 1100010 | 0 | 1001110 | 100011101 | 1100000 | 1011 |
Color Harmonies of #2A0138
Complementary color
Monochromatic Colors of #2A0138
Black with #2A0138
Text Example
Text Example
White with #2A0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0138; }
p { color: rgb(42,1,56); }
H1.HeaderClassName
{
color: #2A0138;
}
.AnyTagClassName
{
color: #2A0138;
}
</style>
background-color css
<style>
a { background-color: #2A0138; }
a { background-color: rgb(42,1,56); }
div.DivClassName
{
background-color: #2A0138;
}
.BgClassName
{
background-color: #2A0138;
}
</style>
border-color css
<style>
span { border-color: #2A0138; }
span { border-color: rgb(42,1,56); }
td.TdClassName
{
border-color: #2A0138;
}
.TagClassName
{
border-color: #2A0138;
}
</style>