#342046

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

Shades of Blackcurrant #342046

Tints of Blackcurrant #342046

Color information

#342046 (or 0x342046) is unknown color: approx Blackcurrant. HEX triplet: 34, 20 and 46. RGB value is (52,32,70). Sum of RGB (Red+Green+Blue) = 52+32+70=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #342046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342046 is #CBDFB9. Grayscale: #2A2A2A. Windows color (decimal): -13361082 or 4595764. OLE color: 4595764.

HSL color Cylindrical-coordinate representation of color #342046: hue angle of 271.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342046 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB523270-
CMYK0.260.5400.73
HSL271.58º37.25%20%-
HSV(B)271.58º54.29%27.45%-
XYZ3.042.216.06-
YUV42.31143.63134.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 70 (27.73% from 255) = 45.45%
R=33.77%
G=20.78%
B=45.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5232700.260.5400.73271.5837.2520
Hex3420461A360491102514
Octal6440106326601114204524
Binary1101001000001000110110101101100100100110001000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342046; }

 p { color: rgb(52,32,70); }

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

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

 a { background-color: rgb(52,32,70); }

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

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

 span { border-color: rgb(52,32,70); }

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