Html Css Color HEX #342C4B Cherry Pie

📋 copy color: '#342C4B'

red 52 ◦ green 44 ◦ blue 75

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

Shades of Cherry Pie #342C4B

Tints of Cherry Pie #342C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.73%

 BLUE value IS 75 (29.69% from 255) = 43.86%

R = 30.41%
G = 25.73%
B = 43.86%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#342C4B (or 0x342C4B) is known color: Cherry Pie. HEX triplet: 34, 2C and 4B. RGB value is (52,44,75). Sum of RGB (Red+Green+Blue) = 52+44+75=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #342C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C4B is #CBD3B4. Grayscale: #313131. Windows color (decimal): -13358005 or 4926516. OLE color: 4926516.

HSL color Cylindrical-coordinate representation of color #342C4B: hue angle of 255.48º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #342C4B is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 44 75 -
CMYK 0.31 0.41 0 0.71
HSL 255.48º 0.26% 0.23% -
HSV(B) 255.48º 0.41% 0.29% -
XYZ 3.59 3.04 7.05 -
YUV 49.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 52 44 75 0.31 0.41 0 0.71 255.48 0.26 0.23
Hex 34 2C 4B 1F 29 0 47 FF 1A 17
Octal 64 54 113 37 51 0 107 377 32 27
Binary 110100 101100 1001011 11111 101001 0 1000111 11111111 11010 10111

Color Harmonies of #342C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C4B

Black with #342C4B

Text Example


Text Example

White with #342C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342C4B; }

 p { color: rgb(52,44,75); }

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

background-color css

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

 a { background-color: rgb(52,44,75); }

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

border-color css

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

 span { border-color: rgb(52,44,75); }

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