#342E3D

Color #342E3D Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #342E3D

Tints of Tolopea #342E3D

Color information

#342E3D (or 0x342E3D) is unknown color: approx Tolopea. HEX triplet: 34, 2E and 3D. RGB value is (52,46,61). Sum of RGB (Red+Green+Blue) = 52+46+61=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #342E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E3D is #CBD1C2. Grayscale: #313131. Windows color (decimal): -13357507 or 4009524. OLE color: 4009524.

HSL color Cylindrical-coordinate representation of color #342E3D: hue angle of 264º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #342E3D is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB524661-
CMYK0.150.2500.76
HSL264º14.02%20.98%-
HSV(B)264º24.59%23.92%-
XYZ3.243.024.83-
YUV49.5134.49129.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=32.70%
G=28.93%
B=38.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5246610.150.2500.7626414.0220.98
Hex342E3DF1904C108e15
Octal645675173101144101625
Binary11010010111011110111111100101001100100001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,46,61); }

 H1.HeaderClassName
 {
   color: #342E3D;
 }
 .AnyTagClassName
 {
   color: #342E3D;
 }
</style>
background-color css

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

 a { background-color: rgb(52,46,61); }

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

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

 span { border-color: rgb(52,46,61); }

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