Shades of Blackcurrant #2A094C
Tints of Blackcurrant #2A094C
RGB
CMYK
RGB Variations
Color information
#2A094C (or 0x2A094C) is known color: Blackcurrant. HEX triplet: 2A, 09 and 4C. RGB value is (42,9,76). Sum of RGB (Red+Green+Blue) = 42+9+76=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #2A094C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A094C is #D5F6B3. Grayscale: #1A1A1A. Windows color (decimal): -14022324 or 4983082. OLE color: 4983082.
HSL color Cylindrical-coordinate representation of color #2A094C: hue angle of 269.55º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A094C is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 9 | 76 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.70 |
| HSL | 269.55º | 0.79% | 0.17% | - |
| HSV(B) | 269.55º | 0.88% | 0.3% | - |
| XYZ | 2.36 | 1.21 | 6.95 | - |
| YUV | 26.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 76 | 0.45 | 0.88 | 0 | 0.70 | 269.55 | 0.79 | 0.17 |
| Hex | 2A | 9 | 4C | 2D | 58 | 0 | 46 | 10E | 4F | 11 |
| Octal | 52 | 11 | 114 | 55 | 130 | 0 | 106 | 416 | 117 | 21 |
| Binary | 101010 | 1001 | 1001100 | 101101 | 1011000 | 0 | 1000110 | 100001110 | 1001111 | 10001 |
Color Harmonies of #2A094C
Complementary color
Monochromatic Colors of #2A094C
Black with #2A094C
Text Example
Text Example
White with #2A094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A094C; }
p { color: rgb(42,9,76); }
H1.HeaderClassName
{
color: #2A094C;
}
.AnyTagClassName
{
color: #2A094C;
}
</style>
background-color css
<style>
a { background-color: #2A094C; }
a { background-color: rgb(42,9,76); }
div.DivClassName
{
background-color: #2A094C;
}
.BgClassName
{
background-color: #2A094C;
}
</style>
border-color css
<style>
span { border-color: #2A094C; }
span { border-color: rgb(42,9,76); }
td.TdClassName
{
border-color: #2A094C;
}
.TagClassName
{
border-color: #2A094C;
}
</style>