#342047

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

Shades of Blackcurrant #342047

Tints of Blackcurrant #342047

Color information

#342047 (or 0x342047) is unknown color: approx Blackcurrant. HEX triplet: 34, 20 and 47. RGB value is (52,32,71). Sum of RGB (Red+Green+Blue) = 52+32+71=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #342047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342047 is #CBDFB8. Grayscale: #2A2A2A. Windows color (decimal): -13361081 or 4661300. OLE color: 4661300.

HSL color Cylindrical-coordinate representation of color #342047: hue angle of 270.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #342047 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB523271-
CMYK0.270.5500.72
HSL270.77º37.86%20.2%-
HSV(B)270.77º54.93%27.84%-
XYZ3.072.226.23-
YUV42.43144.13134.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=33.55%
G=20.65%
B=45.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5232710.270.5500.72270.7737.8620.2
Hex3420471B3704810f2614
Octal6440107336701104174624
Binary1101001000001000111110111101110100100010000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342047; }

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

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

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

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

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

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

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

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