Html Css Color HEX #342540 Blackcurrant

📋 copy color: '#342540'

red 52 ◦ green 37 ◦ blue 64

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

Shades of Blackcurrant #342540

Tints of Blackcurrant #342540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.18%

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

R = 33.99%
G = 24.18%
B = 41.83%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#342540 (or 0x342540) is known color: Blackcurrant. HEX triplet: 34, 25 and 40. RGB value is (52,37,64). Sum of RGB (Red+Green+Blue) = 52+37+64=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #342540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342540 is #CBDABF. Grayscale: #2C2C2C. Windows color (decimal): -13359808 or 4203828. OLE color: 4203828.

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

Color convert

RGB 52 37 64 -
CMYK 0.19 0.42 0 0.75
HSL 273.33º 0.27% 0.2% -
HSV(B) 273.33º 0.42% 0.25% -
XYZ 3 2.42 5.16 -
YUV 44.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 52 37 64 0.19 0.42 0 0.75 273.33 0.27 0.2
Hex 34 25 40 13 2A 0 4B 111 1B 14
Octal 64 45 100 23 52 0 113 421 33 24
Binary 110100 100101 1000000 10011 101010 0 1001011 100010001 11011 10100

Color Harmonies of #342540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342540

Black with #342540

Text Example


Text Example

White with #342540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342540; }

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

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

background-color css

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

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

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

border-color css

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

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

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