#342439

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

Shades of Blackcurrant #342439

Tints of Blackcurrant #342439

Color information

#342439 (or 0x342439) is unknown color: approx Blackcurrant. HEX triplet: 34, 24 and 39. RGB value is (52,36,57). Sum of RGB (Red+Green+Blue) = 52+36+57=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 57 - color contains mainly: blue. Hex color #342439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342439 is #CBDBC6. Grayscale: #2B2B2B. Windows color (decimal): -13360071 or 3744820. OLE color: 3744820.

HSL color Cylindrical-coordinate representation of color #342439: hue angle of 285.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342439 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB523657-
CMYK0.090.3700.78
HSL285.71º22.58%18.24%-
HSV(B)285.71º36.84%22.35%-
XYZ2.792.294.17-
YUV43.18135.8134.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=35.86%
G=24.83%
B=39.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5236570.090.3700.78285.7122.5818.24
Hex34243992504E11e1712
Octal644471114501164362722
Binary1101001001001110011001100101010011101000111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342439; }

 p { color: rgb(52,36,57); }

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

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

 a { background-color: rgb(52,36,57); }

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

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

 span { border-color: rgb(52,36,57); }

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