Shades of Blackcurrant #340142
Tints of Blackcurrant #340142
RGB
CMYK
RGB Variations
Color information
#340142 (or 0x340142) is known color: Blackcurrant. HEX triplet: 34, 01 and 42. RGB value is (52,1,66). Sum of RGB (Red+Green+Blue) = 52+1+66=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #340142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340142 is #CBFEBD. Grayscale: #171717. Windows color (decimal): -13369022 or 4325684. OLE color: 4325684.
HSL color Cylindrical-coordinate representation of color #340142: hue angle of 287.08º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340142 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 1 | 66 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.74 |
| HSL | 287.08º | 0.97% | 0.13% | - |
| HSV(B) | 287.08º | 0.98% | 0.26% | - |
| XYZ | 2.41 | 1.15 | 5.25 | - |
| YUV | 23.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 66 | 0.21 | 0.98 | 0 | 0.74 | 287.08 | 0.97 | 0.13 |
| Hex | 34 | 1 | 42 | 15 | 62 | 0 | 4A | 11F | 61 | D |
| Octal | 64 | 1 | 102 | 25 | 142 | 0 | 112 | 437 | 141 | 15 |
| Binary | 110100 | 1 | 1000010 | 10101 | 1100010 | 0 | 1001010 | 100011111 | 1100001 | 1101 |
Color Harmonies of #340142
Complementary color
Monochromatic Colors of #340142
Black with #340142
Text Example
Text Example
White with #340142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340142; }
p { color: rgb(52,1,66); }
H1.HeaderClassName
{
color: #340142;
}
.AnyTagClassName
{
color: #340142;
}
</style>
background-color css
<style>
a { background-color: #340142; }
a { background-color: rgb(52,1,66); }
div.DivClassName
{
background-color: #340142;
}
.BgClassName
{
background-color: #340142;
}
</style>
border-color css
<style>
span { border-color: #340142; }
span { border-color: rgb(52,1,66); }
td.TdClassName
{
border-color: #340142;
}
.TagClassName
{
border-color: #340142;
}
</style>