Shades of Blackcurrant #2A053E
Tints of Blackcurrant #2A053E
RGB
CMYK
RGB Variations
Color information
#2A053E (or 0x2A053E) is known color: Blackcurrant. HEX triplet: 2A, 05 and 3E. RGB value is (42,5,62). Sum of RGB (Red+Green+Blue) = 42+5+62=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 62 (24.61% from 255 or 56.88% from 109); Max value from RGB is 62 - color contains mainly: blue. Hex color #2A053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A053E is #D5FAC1. Grayscale: #161616. Windows color (decimal): -14023362 or 4064554. OLE color: 4064554.
HSL color Cylindrical-coordinate representation of color #2A053E: hue angle of 278.95º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A053E is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 5 | 62 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.76 |
| HSL | 278.95º | 0.85% | 0.13% | - |
| HSV(B) | 278.95º | 0.92% | 0.24% | - |
| XYZ | 1.88 | 0.95 | 4.64 | - |
| YUV | 22.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 62 | 0.32 | 0.92 | 0 | 0.76 | 278.95 | 0.85 | 0.13 |
| Hex | 2A | 5 | 3E | 20 | 5C | 0 | 4C | 117 | 55 | D |
| Octal | 52 | 5 | 76 | 40 | 134 | 0 | 114 | 427 | 125 | 15 |
| Binary | 101010 | 101 | 111110 | 100000 | 1011100 | 0 | 1001100 | 100010111 | 1010101 | 1101 |
Color Harmonies of #2A053E
Complementary color
Monochromatic Colors of #2A053E
Black with #2A053E
Text Example
Text Example
White with #2A053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A053E; }
p { color: rgb(42,5,62); }
H1.HeaderClassName
{
color: #2A053E;
}
.AnyTagClassName
{
color: #2A053E;
}
</style>
background-color css
<style>
a { background-color: #2A053E; }
a { background-color: rgb(42,5,62); }
div.DivClassName
{
background-color: #2A053E;
}
.BgClassName
{
background-color: #2A053E;
}
</style>
border-color css
<style>
span { border-color: #2A053E; }
span { border-color: rgb(42,5,62); }
td.TdClassName
{
border-color: #2A053E;
}
.TagClassName
{
border-color: #2A053E;
}
</style>