Html Css Color HEX #342140 Blackcurrant

📋 copy color: '#342140'

red 52 ◦ green 33 ◦ blue 64

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

Shades of Blackcurrant #342140

Tints of Blackcurrant #342140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.15%

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

R = 34.9%
G = 22.15%
B = 42.95%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#342140 (or 0x342140) is known color: Blackcurrant. HEX triplet: 34, 21 and 40. RGB value is (52,33,64). Sum of RGB (Red+Green+Blue) = 52+33+64=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #342140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342140 is #CBDEBF. Grayscale: #2A2A2A. Windows color (decimal): -13360832 or 4202804. OLE color: 4202804.

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

Color convert

RGB 52 33 64 -
CMYK 0.19 0.48 0 0.75
HSL 276.77º 0.32% 0.19% -
HSV(B) 276.77º 0.48% 0.25% -
XYZ 2.89 2.19 5.12 -
YUV 42.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 52 33 64 0.19 0.48 0 0.75 276.77 0.32 0.19
Hex 34 21 40 13 30 0 4B 115 20 13
Octal 64 41 100 23 60 0 113 425 40 23
Binary 110100 100001 1000000 10011 110000 0 1001011 100010101 100000 10011

Color Harmonies of #342140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342140

Black with #342140

Text Example


Text Example

White with #342140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342140; }

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

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

background-color css

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

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

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

border-color css

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

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

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