Shades of Blackcurrant #2A0347
Tints of Blackcurrant #2A0347
RGB
CMYK
RGB Variations
Color information
#2A0347 (or 0x2A0347) is known color: Blackcurrant. HEX triplet: 2A, 03 and 47. RGB value is (42,3,71). Sum of RGB (Red+Green+Blue) = 42+3+71=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #2A0347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0347 is #D5FCB8. Grayscale: #161616. Windows color (decimal): -14023865 or 4653866. OLE color: 4653866.
HSL color Cylindrical-coordinate representation of color #2A0347: hue angle of 274.41º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0347 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 3 | 71 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.72 |
| HSL | 274.41º | 0.92% | 0.15% | - |
| HSV(B) | 274.41º | 0.96% | 0.28% | - |
| XYZ | 2.12 | 1.01 | 6.04 | - |
| YUV | 22.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 71 | 0.41 | 0.96 | 0 | 0.72 | 274.41 | 0.92 | 0.15 |
| Hex | 2A | 3 | 47 | 29 | 60 | 0 | 48 | 112 | 5C | F |
| Octal | 52 | 3 | 107 | 51 | 140 | 0 | 110 | 422 | 134 | 17 |
| Binary | 101010 | 11 | 1000111 | 101001 | 1100000 | 0 | 1001000 | 100010010 | 1011100 | 1111 |
Color Harmonies of #2A0347
Complementary color
Monochromatic Colors of #2A0347
Black with #2A0347
Text Example
Text Example
White with #2A0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0347; }
p { color: rgb(42,3,71); }
H1.HeaderClassName
{
color: #2A0347;
}
.AnyTagClassName
{
color: #2A0347;
}
</style>
background-color css
<style>
a { background-color: #2A0347; }
a { background-color: rgb(42,3,71); }
div.DivClassName
{
background-color: #2A0347;
}
.BgClassName
{
background-color: #2A0347;
}
</style>
border-color css
<style>
span { border-color: #2A0347; }
span { border-color: rgb(42,3,71); }
td.TdClassName
{
border-color: #2A0347;
}
.TagClassName
{
border-color: #2A0347;
}
</style>