Html Css Color HEX #342340 Blackcurrant

📋 copy color: '#342340'

red 52 ◦ green 35 ◦ blue 64

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

Shades of Blackcurrant #342340

Tints of Blackcurrant #342340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

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

R = 34.44%
G = 23.18%
B = 42.38%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#342340 (or 0x342340) is known color: Blackcurrant. HEX triplet: 34, 23 and 40. RGB value is (52,35,64). Sum of RGB (Red+Green+Blue) = 52+35+64=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #342340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342340 is #CBDCBF. Grayscale: #2B2B2B. Windows color (decimal): -13360320 or 4203316. OLE color: 4203316.

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

Color convert

RGB 52 35 64 -
CMYK 0.19 0.45 0 0.75
HSL 275.17º 0.29% 0.19% -
HSV(B) 275.17º 0.45% 0.25% -
XYZ 2.94 2.3 5.14 -
YUV 43.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 52 35 64 0.19 0.45 0 0.75 275.17 0.29 0.19
Hex 34 23 40 13 2D 0 4B 113 1D 13
Octal 64 43 100 23 55 0 113 423 35 23
Binary 110100 100011 1000000 10011 101101 0 1001011 100010011 11101 10011

Color Harmonies of #342340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342340

Black with #342340

Text Example


Text Example

White with #342340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342340; }

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

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

background-color css

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

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

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

border-color css

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

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

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