#340942

Color #340942 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #340942

Tints of Blackcurrant #340942

Color information

#340942 (or 0x340942) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 42. RGB value is (52,9,66). Sum of RGB (Red+Green+Blue) = 52+9+66=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 66 (26.17% from 255 or 51.97% from 127); Max value from RGB is 66 - color contains mainly: blue. Hex color #340942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340942 is #CBF6BD. Grayscale: #1C1C1C. Windows color (decimal): -13366974 or 4327732. OLE color: 4327732.

HSL color Cylindrical-coordinate representation of color #340942: hue angle of 285.26º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #340942 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB52966-
CMYK0.210.8600.74
HSL285.26º76%14.71%-
HSV(B)285.26º86.36%25.88%-
XYZ2.51.325.28-
YUV28.36149.25144.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 66 (26.17% from 255) = 51.97%
R=40.94%
G=7.09%
B=51.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal529660.210.8600.74285.267614.71
Hex34942155604A11d4cf
Octal641110225126011243511417
Binary110100100110000101010110101100100101010001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340942; }

 p { color: rgb(52,9,66); }

 H1.HeaderClassName
 {
   color: #340942;
 }
 .AnyTagClassName
 {
   color: #340942;
 }
</style>
background-color css

<style>
 a { background-color: #340942; }

 a { background-color: rgb(52,9,66); }

 div.DivClassName
 {
   background-color: #340942;
 }
 .BgClassName
 {
   background-color: #340942;
 }
</style>
border-color css

<style>
 span { border-color: #340942; }

 span { border-color: rgb(52,9,66); }

 td.TdClassName
 {
   border-color: #340942;
 }
 .TagClassName
 {
   border-color: #340942;
 }
</style>