#342339

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

Shades of Blackcurrant #342339

Tints of Blackcurrant #342339

Color information

#342339 (or 0x342339) is unknown color: approx Blackcurrant. HEX triplet: 34, 23 and 39. RGB value is (52,35,57). Sum of RGB (Red+Green+Blue) = 52+35+57=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #342339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342339 is #CBDCC6. Grayscale: #2A2A2A. Windows color (decimal): -13360327 or 3744564. OLE color: 3744564.

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

Color convert

RGB523557-
CMYK0.090.3900.78
HSL286.36º23.91%18.04%-
HSV(B)286.36º38.6%22.35%-
XYZ2.762.234.16-
YUV42.59136.13134.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=36.11%
G=24.31%
B=39.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5235570.090.3900.78286.3623.9118.04
Hex34233992704E11e1812
Octal644371114701164363022
Binary1101001000111110011001100111010011101000111101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342339; }

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

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

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

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

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

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

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

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