Shades of Blackcurrant #2A163C
Tints of Blackcurrant #2A163C
RGB
CMYK
RGB Variations
Color information
#2A163C (or 0x2A163C) is known color: Blackcurrant. HEX triplet: 2A, 16 and 3C. RGB value is (42,22,60). Sum of RGB (Red+Green+Blue) = 42+22+60=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A163C is #D5E9C3. Grayscale: #202020. Windows color (decimal): -14019012 or 3937834. OLE color: 3937834.
HSL color Cylindrical-coordinate representation of color #2A163C: hue angle of 271.58º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A163C is Cyan = 0.3, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 22 | 60 | - |
| CMYK | 0.3 | 0.63 | 0 | 0.76 |
| HSL | 271.58º | 0.46% | 0.16% | - |
| HSV(B) | 271.58º | 0.63% | 0.24% | - |
| XYZ | 2.06 | 1.39 | 4.44 | - |
| YUV | 32.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 60 | 0.3 | 0.63 | 0 | 0.76 | 271.58 | 0.46 | 0.16 |
| Hex | 2A | 16 | 3C | 1E | 3F | 0 | 4C | 110 | 2E | 10 |
| Octal | 52 | 26 | 74 | 36 | 77 | 0 | 114 | 420 | 56 | 20 |
| Binary | 101010 | 10110 | 111100 | 11110 | 111111 | 0 | 1001100 | 100010000 | 101110 | 10000 |
Color Harmonies of #2A163C
Complementary color
Monochromatic Colors of #2A163C
Black with #2A163C
Text Example
Text Example
White with #2A163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A163C; }
p { color: rgb(42,22,60); }
H1.HeaderClassName
{
color: #2A163C;
}
.AnyTagClassName
{
color: #2A163C;
}
</style>
background-color css
<style>
a { background-color: #2A163C; }
a { background-color: rgb(42,22,60); }
div.DivClassName
{
background-color: #2A163C;
}
.BgClassName
{
background-color: #2A163C;
}
</style>
border-color css
<style>
span { border-color: #2A163C; }
span { border-color: rgb(42,22,60); }
td.TdClassName
{
border-color: #2A163C;
}
.TagClassName
{
border-color: #2A163C;
}
</style>