Shades of Blackcurrant #3A034F
Tints of Blackcurrant #3A034F
RGB
CMYK
RGB Variations
Color information
#3A034F (or 0x3A034F) is known color: Blackcurrant. HEX triplet: 3A, 03 and 4F. RGB value is (58,3,79). Sum of RGB (Red+Green+Blue) = 58+3+79=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A034F is #C5FCB0. Grayscale: #1B1B1B. Windows color (decimal): -12975281 or 5178170. OLE color: 5178170.
HSL color Cylindrical-coordinate representation of color #3A034F: hue angle of 283.42º 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 #3A034F is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 3 | 79 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.69 |
| HSL | 283.42º | 0.93% | 0.16% | - |
| HSV(B) | 283.42º | 0.96% | 0.31% | - |
| XYZ | 3.19 | 1.53 | 7.52 | - |
| YUV | 28.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 79 | 0.27 | 0.96 | 0 | 0.69 | 283.42 | 0.93 | 0.16 |
| Hex | 3A | 3 | 4F | 1B | 60 | 0 | 45 | 11B | 5D | 10 |
| Octal | 72 | 3 | 117 | 33 | 140 | 0 | 105 | 433 | 135 | 20 |
| Binary | 111010 | 11 | 1001111 | 11011 | 1100000 | 0 | 1000101 | 100011011 | 1011101 | 10000 |
Color Harmonies of #3A034F
Complementary color
Monochromatic Colors of #3A034F
Black with #3A034F
Text Example
Text Example
White with #3A034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A034F; }
p { color: rgb(58,3,79); }
H1.HeaderClassName
{
color: #3A034F;
}
.AnyTagClassName
{
color: #3A034F;
}
</style>
background-color css
<style>
a { background-color: #3A034F; }
a { background-color: rgb(58,3,79); }
div.DivClassName
{
background-color: #3A034F;
}
.BgClassName
{
background-color: #3A034F;
}
</style>
border-color css
<style>
span { border-color: #3A034F; }
span { border-color: rgb(58,3,79); }
td.TdClassName
{
border-color: #3A034F;
}
.TagClassName
{
border-color: #3A034F;
}
</style>