#342043

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

Shades of Blackcurrant #342043

Tints of Blackcurrant #342043

Color information

#342043 (or 0x342043) is unknown color: approx Blackcurrant. HEX triplet: 34, 20 and 43. RGB value is (52,32,67). Sum of RGB (Red+Green+Blue) = 52+32+67=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #342043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342043 is #CBDFBC. Grayscale: #292929. Windows color (decimal): -13361085 or 4399156. OLE color: 4399156.

HSL color Cylindrical-coordinate representation of color #342043: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342043 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB523267-
CMYK0.220.5200.74
HSL274.29º35.35%19.41%-
HSV(B)274.29º52.24%26.27%-
XYZ2.952.175.57-
YUV41.97142.13135.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 67 (26.56% from 255) = 44.37%
R=34.44%
G=21.19%
B=44.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5232670.220.5200.74274.2935.3519.41
Hex342043163404A1122313
Octal6440103266401124224323
Binary1101001000001000011101101101000100101010001001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342043; }

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

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

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

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

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

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

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

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