Shades of Blackcurrant #340843
Tints of Blackcurrant #340843
RGB
CMYK
RGB Variations
Color information
#340843 (or 0x340843) is known color: Blackcurrant. HEX triplet: 34, 08 and 43. RGB value is (52,8,67). Sum of RGB (Red+Green+Blue) = 52+8+67=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 67 (26.56% from 255 or 52.76% from 127); Max value from RGB is 67 - color contains mainly: blue. Hex color #340843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340843 is #CBF7BC. Grayscale: #1B1B1B. Windows color (decimal): -13367229 or 4393012. OLE color: 4393012.
HSL color Cylindrical-coordinate representation of color #340843: hue angle of 284.75º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340843 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 8 | 67 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.74 |
| HSL | 284.75º | 0.79% | 0.15% | - |
| HSV(B) | 284.75º | 0.88% | 0.26% | - |
| XYZ | 2.52 | 1.31 | 5.43 | - |
| YUV | 27.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 67 | 0.22 | 0.88 | 0 | 0.74 | 284.75 | 0.79 | 0.15 |
| Hex | 34 | 8 | 43 | 16 | 58 | 0 | 4A | 11D | 4F | F |
| Octal | 64 | 10 | 103 | 26 | 130 | 0 | 112 | 435 | 117 | 17 |
| Binary | 110100 | 1000 | 1000011 | 10110 | 1011000 | 0 | 1001010 | 100011101 | 1001111 | 1111 |
Color Harmonies of #340843
Complementary color
Monochromatic Colors of #340843
Black with #340843
Text Example
Text Example
White with #340843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340843; }
p { color: rgb(52,8,67); }
H1.HeaderClassName
{
color: #340843;
}
.AnyTagClassName
{
color: #340843;
}
</style>
background-color css
<style>
a { background-color: #340843; }
a { background-color: rgb(52,8,67); }
div.DivClassName
{
background-color: #340843;
}
.BgClassName
{
background-color: #340843;
}
</style>
border-color css
<style>
span { border-color: #340843; }
span { border-color: rgb(52,8,67); }
td.TdClassName
{
border-color: #340843;
}
.TagClassName
{
border-color: #340843;
}
</style>