Shades of Blackcurrant #2A034F
Tints of Blackcurrant #2A034F
RGB
CMYK
RGB Variations
Color information
#2A034F (or 0x2A034F) is known color: Blackcurrant. HEX triplet: 2A, 03 and 4F. RGB value is (42,3,79). Sum of RGB (Red+Green+Blue) = 42+3+79=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A034F is #D5FCB0. Grayscale: #171717. Windows color (decimal): -14023857 or 5178154. OLE color: 5178154.
HSL color Cylindrical-coordinate representation of color #2A034F: hue angle of 270.79º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A034F is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 3 | 79 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.69 |
| HSL | 270.79º | 0.93% | 0.16% | - |
| HSV(B) | 270.79º | 0.96% | 0.31% | - |
| XYZ | 2.4 | 1.12 | 7.49 | - |
| YUV | 23.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 79 | 0.47 | 0.96 | 0 | 0.69 | 270.79 | 0.93 | 0.16 |
| Hex | 2A | 3 | 4F | 2F | 60 | 0 | 45 | 10F | 5D | 10 |
| Octal | 52 | 3 | 117 | 57 | 140 | 0 | 105 | 417 | 135 | 20 |
| Binary | 101010 | 11 | 1001111 | 101111 | 1100000 | 0 | 1000101 | 100001111 | 1011101 | 10000 |
Color Harmonies of #2A034F
Complementary color
Monochromatic Colors of #2A034F
Black with #2A034F
Text Example
Text Example
White with #2A034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A034F; }
p { color: rgb(42,3,79); }
H1.HeaderClassName
{
color: #2A034F;
}
.AnyTagClassName
{
color: #2A034F;
}
</style>
background-color css
<style>
a { background-color: #2A034F; }
a { background-color: rgb(42,3,79); }
div.DivClassName
{
background-color: #2A034F;
}
.BgClassName
{
background-color: #2A034F;
}
</style>
border-color css
<style>
span { border-color: #2A034F; }
span { border-color: rgb(42,3,79); }
td.TdClassName
{
border-color: #2A034F;
}
.TagClassName
{
border-color: #2A034F;
}
</style>