#342139

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

Shades of Blackcurrant #342139

Tints of Blackcurrant #342139

Color information

#342139 (or 0x342139) is unknown color: approx Blackcurrant. HEX triplet: 34, 21 and 39. RGB value is (52,33,57). Sum of RGB (Red+Green+Blue) = 52+33+57=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 57 (22.66% from 255 or 40.14% from 142); Max value from RGB is 57 - color contains mainly: blue. Hex color #342139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342139 is #CBDEC6. Grayscale: #292929. Windows color (decimal): -13360839 or 3744052. OLE color: 3744052.

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

Color convert

RGB523357-
CMYK0.090.4200.78
HSL287.5º26.67%17.65%-
HSV(B)287.5º42.11%22.35%-
XYZ2.72.114.14-
YUV41.42136.79135.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.62%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 57 (22.66% from 255) = 40.14%
R=36.62%
G=23.24%
B=40.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5233570.090.4200.78287.526.6717.65
Hex34213992A04E1201b12
Octal644171115201164403322
Binary1101001000011110011001101010010011101001000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342139; }

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

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

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

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

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

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

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

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