Shades of Blackcurrant #2A163E
Tints of Blackcurrant #2A163E
RGB
CMYK
RGB Variations
Color information
#2A163E (or 0x2A163E) is known color: Blackcurrant. HEX triplet: 2A, 16 and 3E. RGB value is (42,22,62). Sum of RGB (Red+Green+Blue) = 42+22+62=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #2A163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A163E is #D5E9C1. Grayscale: #202020. Windows color (decimal): -14019010 or 4068906. OLE color: 4068906.
HSL color Cylindrical-coordinate representation of color #2A163E: hue angle of 270º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A163E is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 22 | 62 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.76 |
| HSL | 270º | 0.48% | 0.16% | - |
| HSV(B) | 270º | 0.65% | 0.24% | - |
| XYZ | 2.11 | 1.41 | 4.72 | - |
| YUV | 32.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 62 | 0.32 | 0.65 | 0 | 0.76 | 270 | 0.48 | 0.16 |
| Hex | 2A | 16 | 3E | 20 | 41 | 0 | 4C | 10E | 30 | 10 |
| Octal | 52 | 26 | 76 | 40 | 101 | 0 | 114 | 416 | 60 | 20 |
| Binary | 101010 | 10110 | 111110 | 100000 | 1000001 | 0 | 1001100 | 100001110 | 110000 | 10000 |
Color Harmonies of #2A163E
Complementary color
Monochromatic Colors of #2A163E
Black with #2A163E
Text Example
Text Example
White with #2A163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A163E; }
p { color: rgb(42,22,62); }
H1.HeaderClassName
{
color: #2A163E;
}
.AnyTagClassName
{
color: #2A163E;
}
</style>
background-color css
<style>
a { background-color: #2A163E; }
a { background-color: rgb(42,22,62); }
div.DivClassName
{
background-color: #2A163E;
}
.BgClassName
{
background-color: #2A163E;
}
</style>
border-color css
<style>
span { border-color: #2A163E; }
span { border-color: rgb(42,22,62); }
td.TdClassName
{
border-color: #2A163E;
}
.TagClassName
{
border-color: #2A163E;
}
</style>