Shades of Blackcurrant #2A0440
Tints of Blackcurrant #2A0440
RGB
CMYK
RGB Variations
Color information
#2A0440 (or 0x2A0440) is known color: Blackcurrant. HEX triplet: 2A, 04 and 40. RGB value is (42,4,64). Sum of RGB (Red+Green+Blue) = 42+4+64=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #2A0440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0440 is #D5FBBF. Grayscale: #161616. Windows color (decimal): -14023616 or 4195370. OLE color: 4195370.
HSL color Cylindrical-coordinate representation of color #2A0440: hue angle of 278º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0440 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 4 | 64 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.75 |
| HSL | 278º | 0.88% | 0.13% | - |
| HSV(B) | 278º | 0.94% | 0.25% | - |
| XYZ | 1.92 | 0.95 | 4.93 | - |
| YUV | 22.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 64 | 0.34 | 0.94 | 0 | 0.75 | 278 | 0.88 | 0.13 |
| Hex | 2A | 4 | 40 | 22 | 5E | 0 | 4B | 116 | 58 | D |
| Octal | 52 | 4 | 100 | 42 | 136 | 0 | 113 | 426 | 130 | 15 |
| Binary | 101010 | 100 | 1000000 | 100010 | 1011110 | 0 | 1001011 | 100010110 | 1011000 | 1101 |
Color Harmonies of #2A0440
Complementary color
Monochromatic Colors of #2A0440
Black with #2A0440
Text Example
Text Example
White with #2A0440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0440; }
p { color: rgb(42,4,64); }
H1.HeaderClassName
{
color: #2A0440;
}
.AnyTagClassName
{
color: #2A0440;
}
</style>
background-color css
<style>
a { background-color: #2A0440; }
a { background-color: rgb(42,4,64); }
div.DivClassName
{
background-color: #2A0440;
}
.BgClassName
{
background-color: #2A0440;
}
</style>
border-color css
<style>
span { border-color: #2A0440; }
span { border-color: rgb(42,4,64); }
td.TdClassName
{
border-color: #2A0440;
}
.TagClassName
{
border-color: #2A0440;
}
</style>