Html Css Color HEX #342040 Blackcurrant

📋 copy color: '#342040'

red 52 ◦ green 32 ◦ blue 64

#342040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #342040

Tints of Blackcurrant #342040

RGB

 RED value IS 52 (20.7% from 255) = 35.14%

 GREEN value IS 32 (12.89% from 255) = 21.62%

 BLUE value IS 64 (25.39% from 255) = 43.24%

R = 35.14%
G = 21.62%
B = 43.24%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#342040 (or 0x342040) is known color: Blackcurrant. HEX triplet: 34, 20 and 40. RGB value is (52,32,64). Sum of RGB (Red+Green+Blue) = 52+32+64=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: blue. Hex color #342040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342040 is #CBDFBF. Grayscale: #292929. Windows color (decimal): -13361088 or 4202548. OLE color: 4202548.

HSL color Cylindrical-coordinate representation of color #342040: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #342040 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 32 64 -
CMYK 0.19 0.50 0 0.75
HSL 277.5º 0.33% 0.19% -
HSV(B) 277.5º 0.5% 0.25% -
XYZ 2.86 2.13 5.11 -
YUV 41.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 52 32 64 0.19 0.50 0 0.75 277.5 0.33 0.19
Hex 34 20 40 13 32 0 4B 116 21 13
Octal 64 40 100 23 62 0 113 426 41 23
Binary 110100 100000 1000000 10011 110010 0 1001011 100010110 100001 10011

Color Harmonies of #342040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342040

Black with #342040

Text Example


Text Example

White with #342040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342040; }

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

 H1.HeaderClassName
 {
   color: #342040;
 }
 .AnyTagClassName
 {
   color: #342040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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